escape
This commit is contained in:
parent
c66f9bb251
commit
6a88b45480
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ if os.path.exists('__init__.py'):
|
||||||
if 'LOCAL_URLPATTERNS' not in local_settings:
|
if 'LOCAL_URLPATTERNS' not in local_settings:
|
||||||
local_settings += '''
|
local_settings += '''
|
||||||
LOCAL_URLPATTERNS = [
|
LOCAL_URLPATTERNS = [
|
||||||
[r'^(?P<id>[A-Z0-9].*)/source(?P<position>[\d\.]+)\.(?P<format>.*)$', 'p_for_power.views.source_frame'],
|
[r'^(?P<id>[A-Z0-9].*)/source(?P<position>[\\d\\.]+)\\.(?P<format>.*)$', 'p_for_power.views.source_frame'],
|
||||||
]
|
]
|
||||||
'''
|
'''
|
||||||
local_settings_changed = True
|
local_settings_changed = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue