1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

PostGIS migration for docker

This commit is contained in:
Sean Morley 2024-08-23 23:49:05 -04:00
parent dab6efbe32
commit e489a70980
6 changed files with 22 additions and 14 deletions

View file

@ -19,7 +19,7 @@ def setGeometry(region_code):
json_file = os.path.join('static/data', f'{country_code.lower()}.json')
if not os.path.exists(json_file):
print(f'File {country_code}.json does not exist')
print(f'File {country_code}.json does not exist (it probably hasn''t been added, contributors are welcome!)')
return None
try: