Skip to content

Commit aef9241

Browse files
committed
app: move the webapp material into a dedicated folder fix Oslandia#79
1 parent 863695a commit aef9241

16 files changed

+3
-3
lines changed

.bowerrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"directory": "deeposlandia/static/bower/"
2+
"directory": "deeposlandia/webapp/static/bower/"
33
}

config.ini.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[symlink]
2-
sample_image = ../../images/
2+
sample_image = ../../../images/
33
predicted_images = /tmp/deeposlandia/predicted/
44
shapes = /path/to/shape/dataset/
55
mapillary = /path/to/mapillary/dataset/
File renamed without changes.

deeposlandia/run_webapp.py renamed to deeposlandia/webapp/run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99

1010
from deeposlandia import utils
11-
from deeposlandia.webapp import app
11+
from deeposlandia.webapp.main import app
1212

1313
config = ConfigParser()
1414
CONFIG_FILENAME = "config.ini"
File renamed without changes.

0 commit comments

Comments
 (0)