Use Django Crispy forms

This commit is contained in:
Alexandre Iooss 2021-10-08 11:21:05 +02:00
parent 3e64f02dea
commit b9013c4eb3
7 changed files with 33 additions and 21 deletions

View file

@ -41,6 +41,7 @@ INSTALLED_APPS = [
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'crispy_forms',
'photologue_custom',
'photologue',
'accounts',
@ -163,5 +164,8 @@ SESSION_COOKIE_AGE = 60 * 60 * 3
# Use only one Django Sites
SITE_ID = 1
# use Bootstrap forms
CRISPY_TEMPLATE_PACK = 'bootstrap4'
# Photologue
PHOTOLOGUE_GALLERY_SAMPLE_SIZE = 1