Skip to content
Snippets Groups Projects
Commit 805d5f3e authored by Sarra Ouelhadj's avatar Sarra Ouelhadj
Browse files

path change

parent ecb9bbcf
No related branches found
No related tags found
1 merge request!5path change
# 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" # 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): class Config(object):
DEBUG = False DEBUG = False
...@@ -10,8 +13,9 @@ class ProductionConfig(Config): ...@@ -10,8 +13,9 @@ class ProductionConfig(Config):
class DevelopementConfig(Config): class DevelopementConfig(Config):
DEBUG = True DEBUG = True
UPLOAD_FOLDER = "/home/sarra/Documents/Doctorat/Python/SemanticLifting/YKWIM/results/" UPLOAD_FOLDER = MYDIR+"/YKWIM/results/"
class TestingConfig(Config): class TestingConfig(Config):
TESTING = True 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment