mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-12 12:54:20 +03:00
fix django-suit package name on settings.py
This commit is contained in:
parent
69d4fcee78
commit
b75729e322
|
@ -40,7 +40,7 @@ class Common(Configuration):
|
|||
|
||||
# Useful template tags:
|
||||
# 'django.contrib.humanize',
|
||||
'django-suit', # django-admin theme
|
||||
'suit', # django-admin theme
|
||||
# Admin
|
||||
'django.contrib.admin',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user