On 15 Mar 2011, at 7:35 PM, Mohammed Alli wrote: > File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py", line 179, > in handle_uncaught_exception
You possibly have not installed all the required modules, please edit messages/urls.py and change the line from django.conf.urls.defaults import patterns to from django.conf.urls.defaults import * Then you should be able to get a full traceback. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

