|
Is there any definitive documentation for setting up the Django 1.3 admin? I tried following the Django setup video, which isn't updated for changes to the 1.3 settings.py file - it shows how to enter the MEDIAROOT and MEDIAURL, but doesn't show the STATICROOT and STATICURL lines. The written tutorial below the video has the opposite problem - STATIC options but not MEDIA. I ended up able to access the admin, but it doesn't have any styling. I've found others on the forums here who have had the same problem and I've tried the offered solution, but nothing seems to work. Frankly, at this point I think I've tried so many permutations that I'm sure I've been within a leading or trailing slash of success. What I really want/need at this point is a step-by-step guide to show how my static apps are supposed to be set up and what needs to go into the settings.py file. Does that exist somewhere that I'm missing? |
Thanks. I submitted a support ticket and got my answer. I was missing a /admin/ pointer in my symlink.