mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-10 16:12:29 +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:
|
# Useful template tags:
|
||||||
# 'django.contrib.humanize',
|
# 'django.contrib.humanize',
|
||||||
'django-suit', # django-admin theme
|
'suit', # django-admin theme
|
||||||
# Admin
|
# Admin
|
||||||
'django.contrib.admin',
|
'django.contrib.admin',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user