Hi,

I'm getting very inconsistant behavior with my Django system(s).   I'm
getting errors to this affect:

Caught ViewDoesNotExist while rendering: Tried admin_views in module
client_system. Error was: 'client_system.admin_views' is not a
callable.

or

Caught ViewDoesNotExist while rendering: Tried index in module
client_system.admin_views. Error was: 'module' object has no attribute
'index'

but if I refresh the page then most times it will work just fine.
This example is my simple client-system which runs across a LAN.  It
is on a Ubuntu 10.10 server running apache2 with mod_wsgi.  Its the
latest version of Django 1.2.3 as I installed it only at the weekend.
What's wrong or what have I done wrong.

I've had it with a previous project once I moved it from one server to
another - is it a problem with the pre-compiled pyc files?  Can I
recompile them?

Please please help me!!!

Thanks

Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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