lostplaces-backend/lostplaces/lostplaces_app/views/__init__.py

3 lines
134 B
Python
Raw Normal View History

2020-08-30 17:11:24 +02:00
from lostplaces_app.views.base_views import *
from lostplaces_app.views.views import *
from lostplaces_app.views.place_views import *