mpeltriaux
ff5d209895
* splits konova/settings.py file into more separate setting files in konova/sub_settings/
13 lines
246 B
Python
13 lines
246 B
Python
"""
|
|
Author: Michel Peltriaux
|
|
Organization: Struktur- und Genehmigungsdirektion Nord, Rhineland-Palatinate, Germany
|
|
Contact: michel.peltriaux@sgdnord.rlp.de
|
|
Created on: 31.01.22
|
|
|
|
"""
|
|
|
|
proxy = ""
|
|
PROXIES = {
|
|
"http": proxy,
|
|
"https": proxy,
|
|
} |