Friday, November 30, 2012

Re: Noobe alert

Hello gerald !!, are you still with this probelm ?

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/'
STATIC_ROOT = '/var/www/virtualenv-test/ENV/testsite/static/'

#niginx


    root /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 files
        testsite/
                __init__.py
                settings.py
                urls.py
                wsgi.py
        manage.py

I 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

-- 

jk@zognet.com

708-599-0352


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