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 <[email protected]> wrote: > > 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 something else. > > On Jun 23, 4:25 pm, Rishi <[email protected]> wrote: > > 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 matter whether I'm at my root project page or at the admin > > page, I'll always see that light blue django launch page. At other > > times, I get the admin login page to work, but NEVER with any styles > > associated with it. It's always just html plaintext. What's going on, > > and how do I fix it? > > > > A few specifics about my setup. I'm running django completely remotely > > (mediatemple (ve) server), and am using cyberduck/vim concurrently to > > edit the files on the server. I'm working on a mac on my side, and I > > have doublechecked each configuration file to make sure everything is > > saved correctly. I've also installed phpmyadmin and have checked the > > database to make sure that's set up correctly. To the best of my > > knowledge it is. > > > > Thanks for any and all help! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

