wip: geoip
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from pathlib import Path
|
||||
from os import environ
|
||||
|
||||
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
@@ -124,3 +125,7 @@ LOGGING = {
|
||||
"level": "WARNING",
|
||||
},
|
||||
}
|
||||
|
||||
#GEOIP_PATH = environ["GEOIP_PATH"]
|
||||
#GEOIP_COUNTRY = "GeoIP.dat"
|
||||
#GEOIP_CITY = "GeoIPCity.dat"
|
||||
|
||||
Reference in New Issue
Block a user