Just went through the whole "getting started" and the only thing that I couldn't get working as described in the tutorial is searching through the static subdirectories. My current configuration is stopping at the top static directory.
So with Apache & WSGI configured as: ----------------------------- django.conf ------------------------ *Alias /static/ /home/johne/public_html/django/mysite/static/* * * *<Directory /home/johne/public_html/django/mysite/static>* *Order deny,allow* *Allow from all* *</Directory>* *o* *o* *o* *----------------------------------------------------------------------* ------------------------------ settings.py ----------------------- *STATIC_ROOT= ' '* *STATIC_URL = '/static/ '* ----------------------------------------------------------------------- For application polls it finds the css files in * /home/johne/public_html/django/mysite/static/polls/* but not in */home/johne/public_html/django/mysite/polls/static/polls* * * What am I doing wrong? -- 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 http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.