Split models
This commit is contained in:
parent
ea92c2c788
commit
7a95a468d2
5 changed files with 69 additions and 55 deletions
3
gallery/models/__init__.py
Normal file
3
gallery/models/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from .album import *
|
||||
from .location import *
|
||||
from .photo import *
|
Loading…
Add table
Add a link
Reference in a new issue