Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Portic
gazetteer
Commits
9fabf122
Commit
9fabf122
authored
Jun 12, 2020
by
Christine Plumejeaud
Browse files
wsgi file for apache
parent
ee596b2a
Changes
2
Show whitespace changes
Inline
Side-by-side
porticgaz.py
View file @
9fabf122
...
@@ -409,6 +409,8 @@ def getPortNames(toponym, uhgs_id):
...
@@ -409,6 +409,8 @@ def getPortNames(toponym, uhgs_id):
The validity period is those names are limited to the one of the study : 1749-1815
The validity period is those names are limited to the one of the study : 1749-1815
They may have been spelled like or diffently in other periods
They may have been spelled like or diffently in other periods
import difflib : npm install difflib
"""
"""
# Read toponymes about the entity port
# Read toponymes about the entity port
#print ('toponym officiel :'+toponym)
#print ('toponym officiel :'+toponym)
...
...
porticgaz.wsgi
0 → 100644
View file @
9fabf122
#!/usr/bin/python3
# -*-coding:UTF-8 -*
import
sys
import
os
,
os
.
path
sys
.
path
.
append
(
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'.'
)))
from
.
import
app
as
application
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment