Added django_mongo app
This commit is contained in:
5
backend/django/seatstock_django/django_mongo/urls.py
Normal file
5
backend/django/seatstock_django/django_mongo/urls.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [path('',views.index,name='index'),]
|
Reference in New Issue
Block a user