This commit is contained in:
Eugene Pankov
2021-10-25 09:14:05 +02:00
parent 0fbf855e37
commit 079af8cf5c
13 changed files with 565 additions and 257 deletions

View File

@@ -7,7 +7,7 @@ from . import views
urlpatterns = [
*[
path(p, views.IndexView.as_view())
for p in ['', 'login', 'app', 'about', 'features']
for p in ['', 'login', 'app', 'about', 'about/features']
],
path('app-dist/<version>/<path:path>', views.AppDistView.as_view()),