mirror of
https://github.com/Hopiu/django.git
synced 2026-04-19 14:31:09 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
|
|
# Import all the models from subpackages
|
||
|
|
from article import Article
|
||
|
|
from publication import Publication
|