Hello, I have trunk version of django installed for my app 1.4.x in which the default media locations have changed. Currently I have the STATIC_ROOT set as STATIC_ROOT = '/home/<username>/webapps/django/lib/python2.7/django/contrib/admin/static/admin' Anyone know how to configure the admin media under django 1.4 on web faction? asked 18 Nov '11, 15:22 kcfancher |
The current Django dev (trunk) documentation and the Django 1.3 documentation for static media (and Note in this documentation, the answered 18 Nov '11, 20:09 ryans ♦♦ |
I have the same problem: I created a Django trunk app (Python2.7, WSGI3.3). Looks like there are no settings required for STATIC_URL and STATIC_ROOT, at least I didn't see these in settings.py.
Starting apache2 runs into the MaxClients issue, and going to the top of the site says 'requested URL /' not found and gives a 404.
I also tried adding the STATIC_ROOT and STATIC_URL values (copied from a working app based on Django-1.3.1 earlier this week), but this did not help.
Nara
Since its trunk it can be a lot of things, as they change daily. If you submit a support ticket we would be happy to look directly.