Answer the question
In order to leave comments, you need to log in
How to restore admin template in Django?
Answer the question
In order to leave comments, you need to log in
Specify static paths and files in the Django settings - STATIC_ROOT, STATICFILES_DIRS and STATIC_URL.
You may also need to reconfigure your webserver. For example, I have the following in my virtual host:
Alias /static/ /home/test/django-venv/static/
<Directory /home/test/django-venv/static>
Require all granted
</Directory>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question