this is the line I put in my settings.py file STATICFILES_DIRS = (os.path.join(BASE_DIR, "static"),)
On Wednesday, 2 April 2014 13:50:41 UTC+2, Shai Efrati wrote: > > It seems to me that your app doesn't knwo where to pull the CSS from. > Can you post your directories structure and your base.html? > > > Shai. > > > On Wed, Apr 2, 2014 at 2:45 PM, Warren Jacobus > <[email protected]<javascript:> > > wrote: > >> Hi, >> >> I'm having some trouble with my css in my django app. See pic for how >> things get rendered. >> >> Could anyone suggest what the problem could be. >> >> Thanks >> >> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/ca0959a0-c617-4688-95e8-8de529373650%40googlegroups.com<https://groups.google.com/d/msgid/django-users/ca0959a0-c617-4688-95e8-8de529373650%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e224c1cc-5138-4f20-aa13-1c3a4f19adc5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

