Working .env setup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'landing'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.gate, name='gate'),
|
||||
path('home/', views.home, name='home'),
|
||||
]
|
||||
Reference in New Issue
Block a user