darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

No module named suit #667

Closed Shawnmhy closed 6 years ago

Shawnmhy commented 6 years ago

If this is a bug please specify versions you're using first.

Django version: 2.0.3 Django Suit version: 0.2.25 Python version: 3.6.4

Issue: Hi Everyone! I installed the django-suit successfully, and I also added 'suit' in the INSTALLED_APPS before 'django.contrib.admin', however when I do 'python3 manage.py makemigrations' it appears that 'no module named suit', could somebody please help me?

Shawn

gamesbook commented 6 years ago

I don't think suit is an app. Have you tried removing it and rerunning the migrations?

Shawnmhy commented 6 years ago

If I delete 'suit' from settings.py, then I can run the server correctly, but the theme remains the original type.

gamesbook commented 6 years ago

Have a look at the example in the demo app: https://github.com/darklow/django-suit/blob/v2/demo/demo/settings.py

theArjun commented 4 years ago

First uninstall the django-suit. pip uninstall django-suit

Then install from v2. pip install https://github.com/darklow/django-suit/tarball/v2

sharmila-polamuri commented 4 years ago

I got same error. Please any one help to fix this problem.