summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-02 22:26:33 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-02 22:26:33 +0000
commit822965ebe5170fac7946ce0fefa442aeb001d1aa (patch)
tree9b49208932fd0aad0cd874495f72c9687237a0b9 /urls.py
parent7738b2836eaa4c8876783d4be46bf202e8f6905e (diff)
downloadtroggle-822965ebe5170fac7946ce0fefa442aeb001d1aa.tar.gz
troggle-822965ebe5170fac7946ce0fefa442aeb001d1aa.tar.bz2
troggle-822965ebe5170fac7946ce0fefa442aeb001d1aa.zip
remove %s old formatting style (last bits)
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 414b0ab..7d486df 100644
--- a/urls.py
+++ b/urls.py
@@ -212,7 +212,6 @@ trogglepatterns = [
# do NOT allow DIR_ROOT prefix to all urls
urlpatterns = [
- # re_path('^%s' % settings.DIR_ROOT, include(trogglepatterns))
re_path('', include(trogglepatterns))
]