initial
This commit is contained in:
13
web/urls.py
Normal file
13
web/urls.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from django.contrib import admin
|
||||
from django.urls import path
|
||||
|
||||
from .views import *
|
||||
|
||||
urlpatterns = [
|
||||
path(*WelcomeView.as_path()),
|
||||
path(*ProjectsView.as_path()),
|
||||
path(*SelectProject.as_path()),
|
||||
path(*ProfileView.as_path()),
|
||||
path(*ProfilePhoto.as_path()),
|
||||
path(*LogoutView.as_path())
|
||||
]
|
Reference in New Issue
Block a user