On Thu, Jan 8, 2009 at 11:45 PM, djangofett <alvincho...@gmail.com> wrote:

>
> Hi, I am trying to get Django running on an Ubuntu server with Apache.
> Everything seems to be installed fine (mod_python, plus MySQL with
> MySQLdb python bindings), and I am running the main tutorial on the
> Django site. I am doing the second part of the tutorial, with the
> admin site, and noticed that when I load the admin page, the page is
> pretty much bare bones HTML (not the nice, colorful one shown on the
> demo).
>
> I'm wondering if this is because I'm using Apache instead of litehttpd
> as in the tutorial, or if I'm missing some install or config. Should I
> be concerned about this?
>

Yes, it's basically because you are using Apache instead of the development
server and yes, you are missing some (Apache) config, not covered by the
tutorial since it assumes you'll follow along with the development server.
See:

http://docs.djangoproject.com/en/dev/howto/deployment/modpython/#id3

 Karen

--~--~---------~--~----~------------~-------~--~----~
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