Skip to content

Commit

Permalink
rm DEFAULT_LANGUAGE from app #72
Browse files Browse the repository at this point in the history
as it's now set in WAM settings, cf. rl-institut/WAM#76
  • Loading branch information
nesnoj committed Sep 17, 2019
1 parent ff64e65 commit 5f4e60d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions settings.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# The settings in this file will be global project settings in wam.settings

from stemp_abw.app_settings import DEFAULT_LANGUAGE


INSTALLED_APPS = [
'leaflet',
'djgeojson',
]

# Default project language (for available app languages see LANGUAGE_STORE in
# app_settings.py). If this is not present i18n in stemp_abw app will not work.
# This might overwrite the default language of other apps, if the WAM project
# base is combined with other WAM apps that use a different default language.
LANGUAGE_CODE = DEFAULT_LANGUAGE

# Leaflet config: variable "LEAFLET_CONFIG" moved to config/leaflet.py since it
# conflicts with other apps using django-leaflet package.
# The leaflet config is now served via views.MapView() (uses settings override
Expand Down

0 comments on commit 5f4e60d

Please sign in to comment.