Skip to content

Commit 63b0194

Browse files
author
Casey Boettcher
committed
Ajax call working
1 parent 324393c commit 63b0194

File tree

10 files changed

+20071
-28
lines changed

10 files changed

+20071
-28
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ test/xforce.cfg
77
notes.txt
88
keys.txt
99
__pycache__
10+
*.log

web/cpy_app.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
[/]
3+
tools.staticdir.on = True
4+
tools.staticdir.root = os.path.abspath(os.getcwd())
5+
tools.staticdir.dir = '.'
6+
7+
[/js]
8+
tools.staticdir.on = True
9+
tools.staticdir.dir = 'js'
10+
11+
[/process_form]

0 commit comments

Comments
 (0)