On Wed, Dec 17, 2008 at 11:34 AM, samira <sh_samir...@yahoo.com> wrote: > > I active admin site for Django 1.0.2, it is correct on my local, but > I > see below error on server: > > emplateSyntaxError at /mywebSite/admin/ > > > Caught an exception while rendering: Tried activateAccount in module > mywebSite.mywebSite_app.views. Error was: 'module' object has no > attribute > 'activateAccount' > > > can anu body knows about activeAccount attribute?
That must be in your source code. Within mywebSite_app.views, do you, in face, have an activateAccount object (usually a function)? If you think you do, please paste your views module to dpaste.com and share the link so we can further troubleshoot. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---