On Wed, Dec 17, 2008 at 11:14 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 /site/admin/ > > Caught an exception while rendering: Tried activateAccount in module > site.site_app.views. Error was: 'module' object has no attribute > 'activateAccount' > > can anu body knows about activeAccount attribute?
This is a question for the django-users mailing list. django-developers is for development *of* Django rather than development *with* Django. But your problem is likely that you named your site module "site", which is a standard-library module critical to python's library loading functions. Rename "site" to anything else, and it should work. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---