Split views & remove converters
This commit is contained in:
parent
a3264db994
commit
52dc390781
7 changed files with 281 additions and 266 deletions
3
gallery/views/__init__.py
Normal file
3
gallery/views/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from .album import *
|
||||
from .main import *
|
||||
from .photo import *
|
Loading…
Add table
Add a link
Reference in a new issue