* splits konova/settings.py file into more separate setting files in konova/sub_settings/
12 lines
326 B
Python
12 lines
326 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 31.01.22
|
|
|
|
"""
|
|
|
|
# Parcel WFS settings
|
|
PARCEL_WFS_BASE_URL = "https://www.geoportal.rlp.de/registry/wfs/519"
|
|
PARCEL_WFS_USER = "ksp"
|
|
PARCEL_WFS_PW = "CHANGE_ME" |