Getting stuck at Django error: No module named registration

后端 未结 15 2271
一向
一向 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:54

    My first guess would be you haven't added 'registration' into installed apps in the settings.py file.

    Perhaps you are using a different settings.py (Or localsettings.py) on the server.

提交回复
热议问题