Well, that looks like your URLConf is not set up properly. Have you
included the admin urls?
(r'^admin/', include('django.contrib.admin.urls')),
On Feb 16, 3:01 pm, Shadow <[EMAIL PROTECTED]> wrote:
> I should note that it's a django 404 error and not apache.... so
> django is running
>
> On Feb 16, 5:11 am, Shadow <[EMAIL PROTECTED]> wrote:
>
> > Hi I'm new to django/python
>
> > I managed to set everything up going through everything in the
> > documentation, up to the part where I install the admin interface.
>
> > When I test the admin section through django's server it works fine.
>
> > But when I test it on my apache/mod_python server, it gives a 404
> > error.
>
> > I have separate folders for each website I'm working on so my django
> > site is inhttp://localhost/mysite.com/
>
> > And admin:http://localhost/mysite.com/admin/
>
> > Any ideas?
>
> > Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---