I've been going at this for about 3 hours now and I'm completely lost and running in circles. I'm trying to get my static and media files into deployment.
My settings file looks like this:
DEBUG = False
...
STATIC_ROOT = '/home/huhu/webapps/eng30_static_media/static'
MEDIA_ROOT = '/home/huhu/webapps/eng30_static_media/media'
STATIC_URL = '/static/'
MEDIA_URL = '/media/'
I've run collectstatic and my static files are in /home/huhu/webapps/eng30_static_media/static I still have no idea what to do with the media files. What am I missing here? I currently don't have any static js, static img, static css, or media uploaded via the admin panel showing.