Getting stuck at Django error: No module named registration

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

    If this happens to you on Windows and while using virtualenv, it's possibly because of virtualenv.

    Install that package on the local (non virtualenv) environment and it should work.

    I had the same problem with django-crispy-forms.

提交回复
热议问题