Move custom photologue to seperate app
This commit is contained in:
parent
0edbc79023
commit
59b95898f8
13 changed files with 59 additions and 13 deletions
5
photologue_custom/apps.py
Normal file
5
photologue_custom/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PhotologueCustomConfig(AppConfig):
|
||||
name = 'photologue_custom'
|
||||
Loading…
Add table
Add a link
Reference in a new issue