Thanks for the reply but it is not working for me.
When i check the page source of the loaded page the 'query.css' is not 
loaded.
Is it because of the urls? or path? or something else.
here is my static settings:
settings.py
STATIC_URL = '/static/'
STATICFILES_DIRS = (
    os.path.join(BASE_DIR, 'static'),
)

STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

my project structure is something like this:

 

-- 
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/92250d8f-2115-42d5-aad5-241a933a1803%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to