The blizzard is over. Could not get to the store, had to rely on an old bottle of cognac.
However, I am confused about the static files business, and something is very odd going on.
- If I put /static/ and /home/dscapuano/beancatworks/static in the new web app, what happens to the static settings in my settings.py?
- I have tried several variations for static and for templates and I am getting really strange and inconsistent results, for example:
a. I am using django-admin-bootstrapped. This uses bootstrap for my admin styling. I had this working, and then when I try to change the static location, I lose it.
b. I am using django-articles (started out using Zinnia, but it was a bit buggy). I find the page, but it is pulling the page from the site-package and not from my template directory.
Is there a good document that explains the static files?
BTW - I am using Django 1.4.3 under a virtualenv.
Thanks,
dc