Re: Newbie question, I'm having difficulty getting the admin panel to work!

2011-06-24 Thread Rishi
Thanks guys, I'll try this and get back to you! Rishi -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Hu2mFOFBWckJ. To post to this group, send email to d

Re: Newbie question, I'm having difficulty getting the admin panel to work!

2011-06-24 Thread Eiji Kobayashi
Ah, yes. You may be right. It may be a simple problem with a simple answer. Maybe I just over complicated things with too much words and explanation. Eiji On Fri, Jun 24, 2011 at 6:11 PM, Nan wrote: > > The sporadicness may have to do with the way it's being served -- that > happens to me when

Re: Newbie question, I'm having difficulty getting the admin panel to work!

2011-06-24 Thread Nan
The sporadicness may have to do with the way it's being served -- that happens to me when running via FCGI if I save a change but don't restart the process. Depending on your server setup, that may mean touching the WSGI file or touching another special file or restarting your Apache process or s

Re: Newbie question, I'm having difficulty getting the admin panel to work!

2011-06-24 Thread Eiji Kobayashi
Hi Rishi, STATIC_ROOT, STATIC_URL, etc. are somewhat new additions to Django. I have troubles with the documentation myself because the new ones describing them are in English :). But I think everything that they considered static - javascript, css, img, and other media were to be inside a directo

Re: Newbie question, I'm having difficulty getting the admin panel to work!

2011-06-24 Thread Rishi
Thanks for trying to help me out, Eiji. I tried adding the Alias in the apache configuration file and changing settings.py, but to no avail. I still get the same error. What happens, specifically, is that when I go to the django project page, everything seems to work, I get the same light blue l

Re: Newbie question, I'm having difficulty getting the admin panel to work!

2011-06-23 Thread Eiji Kobayashi
Hello, I'm not exactly sure about your other problems, but the problem with not getting any styles seem to me like you didn't set your ADMIN_MEDIA_PREFIX correctly in your settings file and/or your web server configuration file. You must let it know how to access all the javascript, css and image

Newbie question, I'm having difficulty getting the admin panel to work!

2011-06-23 Thread Rishi
Hi everyone, I've just started using Django, and everything has been smooth sailing up until this part. I added 'django.contrib.admin' in settings.py for installed apps, and changed urls.py to allow for the admin page to work. However, the admin page works erratically. That is, at some points no ma