Bundle trimed down alternative to photologue

This commit is contained in:
Alexandre Iooss 2022-01-30 08:20:03 +01:00
parent 2da3419b8d
commit 5368a51a76
40 changed files with 2652 additions and 70 deletions

View file

@ -64,7 +64,6 @@ INSTALLED_APPS = [
'crispy_forms',
'photologue_custom',
'photologue',
'sortedm2m',
'taggit',
]
@ -235,7 +234,3 @@ SOCIALACCOUNT_PROVIDERS = {
# Use Bootstrap forms
CRISPY_TEMPLATE_PACK = 'bootstrap4'
# Photologue
PHOTOLOGUE_GALLERY_SAMPLE_SIZE = 1
PHOTOLOGUE_DIR = '.'