1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

add crispy forms and freeze

This commit is contained in:
Pierre-antoine Comby
2019-08-11 16:21:25 +02:00
parent d57858ef0a
commit 4a732498b9
2 changed files with 15 additions and 2 deletions

View File

@ -40,6 +40,7 @@ INSTALLED_APPS = [
'polymorphic',
'guardian',
'reversion',
'crispy_forms',
# Django contrib
'django.contrib.admin',
'django.contrib.admindocs',