Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YKWIM
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sarra Ouelhadj
YKWIM
Commits
805d5f3e
Commit
805d5f3e
authored
2 years ago
by
Sarra Ouelhadj
Browse files
Options
Downloads
Patches
Plain Diff
path change
parent
ecb9bbcf
No related branches found
No related tags found
1 merge request
!5
path change
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.py
+6
-2
6 additions, 2 deletions
config.py
with
6 additions
and
2 deletions
config.py
+
6
−
2
View file @
805d5f3e
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment