2012/11/17 Gerald Klein <jk@zognet.com>
Hi, I finally got a project in Django and I have a "what I hope is an easy question" I started to set up a production server and yes the admin css dissappeared, I went though the docs and followed them. I used the Collect Static Files method and still no joy. Here is my info:#settings.py--MEDIA_ROOT = '/var/www/virtualenv-test/ENV/testsite/media/'MEDIA_URL = 'http://localhost/media/'STATIC_ROOT = '/var/www/virtualenv-test/ENV/testsite/static/'STATIC_URL = 'http://localhost/static/'#niginxroot /var/www/virtualenv-test/ENV/testsite;location /media/ {root /var/www/virtualenv-test/ENV/testsite/media;}location /static/ {root /var/www/virtualenv-test/ENV/testsite/static;}My project is located in /var/www/virtualenv-test/ENV/the project is testsite so the hierarchy inside ENV is:testsite/media/static/all files from collect static filestestsite/__init__.pysettings.pyurls.pywsgi.pymanage.pyI am using version (1, 4, 2, 'final', 0).If somebody can point out the probably obvious problem that I am missing I would greatly appreciate it.thanks in advance for your help--jerry--
Arch Awesome, Ranger & Vim the coding triple threat.
Linux registered user #548580
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
--
Rafael E. Ferrero
Claro: (03562) 15514856
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment