diff --git a/db.sqlite3 b/db.sqlite3 index 5725acc..ee0418b 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/djangoZoo/__pycache__/urls.cpython-39.pyc b/djangoZoo/__pycache__/urls.cpython-39.pyc index 7cb89f7..de3c9d9 100644 Binary files a/djangoZoo/__pycache__/urls.cpython-39.pyc and b/djangoZoo/__pycache__/urls.cpython-39.pyc differ diff --git a/djangoZoo/urls.py b/djangoZoo/urls.py index 0de0296..9c546d7 100644 --- a/djangoZoo/urls.py +++ b/djangoZoo/urls.py @@ -16,7 +16,7 @@ Including another URLconf """ from django.contrib import admin from django.urls import path -from test_browser.views import index_page, tickets_page, check_choice +from test_browser.views import index_page, tickets_page, check_choice, QR app_name = "test_browser" @@ -30,6 +30,11 @@ urlpatterns = [ path('', index_page), path('tickets.html', tickets_page), path('check_choice/', check_choice, name = 'check_choice'), + path('check_choice/QR.html', QR), + path('check_choice/main', index_page), + path('check_choice/tickets.html', tickets_page) + + ] diff --git a/templates/QR.html b/templates/QR.html new file mode 100644 index 0000000..d07688a --- /dev/null +++ b/templates/QR.html @@ -0,0 +1,13 @@ +{% load static %} + + +
+ +