Getting stuck at Django error: No module named registration

后端 未结 15 2277
一向
一向 2020-12-30 01:35

I installed the registration module, added it to settings.py. When I tried to run syncdb (% python sitename/manage.py syncdb --settings sitename.devsettings)

It gav

15条回答
  •  粉色の甜心
    2020-12-30 01:57

    I was simply missing a comma after the 'registration' entry in the settings.py file. Once I added the comma after 'registration', Syncdb worked for me.

提交回复
热议问题