simplify apps
This commit is contained in:
@@ -2,7 +2,6 @@ from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.home, name="home"),
|
||||
path("auth/register/", views.register, name="register"),
|
||||
|
||||
Reference in New Issue
Block a user