Answer the question
In order to leave comments, you need to log in
Why are images not showing in Django?
Hello. Just started my journey of learning Django. Faced the following problem. I'm using Django-Avatars as an application to upload and display avatars to users.
Next code:
Settings:
Template:AVATAR_STORAGE_DIR = 'media/avatars'
{% extends "base.html" %}
<title>{% block title %} Posts {% endblock %}</title>
{% block content %}
{% load avatar_tags %}
{{post.post_user_id}}
{% avatar post.post_user_id %}
<h1>{{ post.title }}</h1>
<hr>
<h2>{{ post.content }}</h2>
Answer the question
In order to leave comments, you need to log in
Hello. Add photo to profile page using thubnails? Look at what you need to register in the yurla, it helped me.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question