This commit is contained in:
Egor Matveev
2021-11-20 23:17:34 +03:00
parent 68245ffa43
commit 489717ad77
3 changed files with 3 additions and 4 deletions

View File

@@ -1,12 +1,10 @@
from django.conf.urls.static import static
from django.contrib import admin
from django.urls import path
from Main.views import *
from Sprint import settings
urlpatterns = [
path("enter", EnterView.as_view()),
path("register", RegisterView.as_view()),
path("rating", RatingView.as_view()),
path("tasks", TasksView.as_view()),
path("account", AccountView.as_view()),