I'm getting a blank page when going to domain.com/testapp/admin, no
errors just a blank page (blank as well if you view source).

I've tested Django using the manage.py shell and it's working, I've
also checked for the admin tables in the database and they're all
there.

At first I received errors because my URLconf wasn't set up properly
(didn't have /testapp/...) I fixed it like this

(r'^testapp/admin/', include('django.contrib.admin.urls')),

I don't have an index setup for Django so if I go to
domain.com/testapp/ I get a 'Page not found' error.

I checked my apache error log and there's no errors. I've tested
mod_python by itself and it's working.

This is my last step to getting Django installed! (I'm close I can
taste it), any help would be much appreciated.

thanks


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to