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 <rish...@gmail.com> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to