Question
CSS and media files missing with DJANGO
I’ve just created a Unbuntu 14.04 x64 droplet with Django - but the media/static files seem to be missing from the install.
There are no folders in /home/django/django_project/django_project
- both the ‘static’ and 'media’ folders (and contents) are missing.
Therefor admin interface are missing the CSS and image files.
Where can I locate the missing files ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×