8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-05 01:16:27 +00:00

[Printer] Move printer urlpatterns into optional urls

This commit is contained in:
Maxime Bombar 2018-08-03 09:45:34 +02:00 committed by root
parent af589f3185
commit 471165194b

View file

@ -74,7 +74,6 @@ urlpatterns = [
r'^preferences/',
include('preferences.urls', namespace='preferences')
),
url(r'^printer/', include('printer.urls', namespace='printer')),
]
# Add debug_toolbar URLs if activated
if 'debug_toolbar' in settings.INSTALLED_APPS: