just go for it

This commit is contained in:
ducoterra
2020-06-08 08:42:42 -04:00
parent b9b948a8b5
commit 8c9389ba1f
22 changed files with 325 additions and 165 deletions

View File

@@ -2,6 +2,5 @@ from django.urls import path
from . import views
urlpatterns = [
path('button/', views.button, name = 'button'),
path('smooth/', views.smooth, name = 'smooth'),
path('', views.button, name = 'button'),
]