1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-13 17:42:22 +02:00

Added Config Draft

This commit is contained in:
2020-01-15 23:06:52 +01:00
parent 88d3c22b12
commit ff713e37c8
4 changed files with 18 additions and 2 deletions

View File

@@ -16,5 +16,7 @@ urlpatterns = [
path('help', views.help, name='help'),
path('imprint', views.imprint, name='imprint'),
path('about', views.about, name='about')
path('about', views.about, name='about'),
path('signup', views.signup, name='signup')
]