Please use django-registration 0.7 series, not the newest version. The best is currently http://bitbucket.org/hynekcer/django-registration as it is written in docs or in the requirements.txt file for automatic installation.
--Hy On 15 dub, 14:34, gg <[email protected]> wrote: > Hi, > > I recently completed hosting my first satchmo shop. During my new user > registration, I am getting a TypeError at: mysite/accounts/ > register/ > > create_inactive_user() takes at least 5 arguments (4 given) > > Request Method: POST > Request URL: http://mysite/accounts/register/ > Django Version: 1.3.1 > Exception Type: TypeError > Exception Value: > > create_inactive_user() takes at least 5 arguments (4 given) > > Exception Location: /usr/local/lib/python2.6/dist-packages/django/db/ > transaction.py in inner, line 217 > Python Executable: /usr/bin/python > Python Version: 2.6.5 > > Am i missing anything..Though my development server is working fine > and am able to send the email to new user/registrants and I do not get > any error. Am getting the above error in my deployed server.. > > Many thanks in advance. > ++ -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
