Hello All.

I learning my first Django experience and I am making some headway. I am 
stuck on my test server and Django suit admin. 

I my goal is to get the new admin from Django suit to work.

*Server setup*
Ubuntu 14.04 ( A Digital Ocean VPS with one click install ) 
Django Version 1.6
Python: 2.7
Nginx
Postgres

*Test server *
http://162.243.201.237/

*Admin (with django suit installed ) *
http://django-suit.readthedocs.io/en/develop/
http://162.243.201.237/admin/

User: Demo
password: Demo

The css is being applied to the djando suit .

*Ran command:*
python manage.py collectstatic

Results: 0 static files copied, 116 unmodified.


*My setting.py basics*

DEBUG = False 

TEMPLATE_DEBUG = False

STATIC_URL = '/static/'

STATICFILES_DIRS = [
    os.path.join(BASE_DIR, "static"),
    '/home/django/django_project/static/',

When I look in to the static directory. nothing had been copied. 

Thank your for taking time to look at this and also sharing with me any 
clues on how to fix this.

Roger




-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ee2b40b1-0716-4f5b-b4f1-8f35a60d54f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to