fix live test
This commit is contained in:
parent
68a282336f
commit
667ede0e27
1 changed files with 2 additions and 2 deletions
|
|
@ -17,6 +17,6 @@ urlpatterns = [
|
|||
|
||||
if settings.DEBUG or sys.argv[1:2] == ['test']:
|
||||
logging.info('one_time_login: enable protected test URL')
|
||||
urlpatterns += [
|
||||
urlpatterns = [
|
||||
path("protected/", views.protected_test, name="protected"),
|
||||
]
|
||||
] + urlpatterns
|
||||
|
|
|
|||
Reference in a new issue