Skip to content
Snippets Groups Projects

path change

Merged Sarra Ouelhadj requested to merge v0.2-DEV into master
1 file
+ 6
2
Compare changes
  • Side-by-side
  • Inline
+ 6
2
# Dataset_URL = "https://download.data.grandlyon.com/wfs/grandlyon?SERVICE=WFS&VERSION=2.0.0&request=GetFeature&typename=adr_voie_lieu.adrcomgl&outputFormat=application/json;%20subtype=geojson&SRSNAME=EPSG:4171"
import os
MYDIR = os.path.dirname(__file__)
class Config(object):
DEBUG = False
@@ -10,8 +13,9 @@ class ProductionConfig(Config):
class DevelopementConfig(Config):
DEBUG = True
UPLOAD_FOLDER = "/home/sarra/Documents/Doctorat/Python/SemanticLifting/YKWIM/results/"
UPLOAD_FOLDER = MYDIR+"/YKWIM/results/"
class TestingConfig(Config):
TESTING = True
UPLOAD_FOLDER = "/home/sarra/Documents/Doctorat/Python/SemanticLifting/YKWIM/tests/results/"
UPLOAD_FOLDER = MYDIR+"/YKWIM/tests/results/"
\ No newline at end of file
Loading