google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Settings.py : PAGE_URL_VALIDATOR_USER_AGENT duplicate ? #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Are you using the trunk version or a released version of this CMS?
Released version : django-page-cms-1.0.8

In the settings.py file the followings lines are duplicated (at line 151
and 159):
"
# pagelink url validator agent
PAGE_URL_VALIDATOR_USER_AGENT = getattr(settings,
'URL_VALIDATOR_USER_AGENT', False)
"

Original issue reported on code.google.com by nea...@gmail.com on 15 Oct 2009 at 10:17

GoogleCodeExporter commented 9 years ago

Original comment by batiste....@gmail.com on 20 Oct 2009 at 5:05