Thank you Subhranath!
I do not know what happened, but I created a new project and put the
same configuration and is now working. I think it was a problem with
the framework.
I made the correction on this line:
AUTH_PROFILE_MODULE = 'imobiliaria.login' <-- login app
Thanks!
On 19 abr, 06:49
Hi,
The problems seems to be with the way you are using the view prefixes in the
'patterns' function in your urls.py
Refer to:
http://docs.djangoproject.com/en/dev/topics/http/urls/#the-view-prefix
You have used 'view' string twice.
Thanks,
Subhranath Chunder.
On Tue, Apr 19, 2011 at 5:11 AM, G
Hello!!
I am getting the following error on my index.html page:
Exception Type: TemplateSyntaxError
Exception Value:
Caught ImportError while rendering: No module named urls
In this line:
Login
My urls.py:
(r'^imobiliaria/', include('auth.urls')),
In my auth app, i have thi
3 matches
Mail list logo