Move custom photologue to seperate app

This commit is contained in:
Alexandre Iooss 2021-09-23 10:17:01 +02:00
parent 0edbc79023
commit 59b95898f8
13 changed files with 59 additions and 13 deletions

View file

@ -41,6 +41,7 @@ INSTALLED_APPS = [
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'photologue_custom',
'photologue',
'sortedm2m',
]