remove erroreously added line in settings.py
This commit is contained in:
parent
157b6eeaa7
commit
e1314b87d0
1 changed files with 0 additions and 1 deletions
|
@ -464,7 +464,6 @@ LANGUAGES = [(code, name) for code, name in [
|
|||
('en-UW', _('Engwish UwU')),
|
||||
('de', _('German')),
|
||||
] if code in SELECTED_LANGUAGES]
|
||||
TILE_CACHE_SERVER = config.get('c3nav', 'languagestile_cache_server', fallback=None)
|
||||
|
||||
template_loaders = (
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue