gault-millau/apps/advertisement/urls/common.py
2019-11-18 12:48:39 +03:00

10 lines
154 B
Python

"""Advertisement common urlpaths."""
from django.urls import path
from advertisement import views
app_name = 'advertisements'
common_urlpatterns = [
]