diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-02 22:26:33 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-02 22:26:33 +0000 |
commit | 822965ebe5170fac7946ce0fefa442aeb001d1aa (patch) | |
tree | 9b49208932fd0aad0cd874495f72c9687237a0b9 /urls.py | |
parent | 7738b2836eaa4c8876783d4be46bf202e8f6905e (diff) | |
download | troggle-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) ] |