Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/SMU-SIS/kinnovators int…
Browse files Browse the repository at this point in the history
…o gh-pages

Conflicts:
	app.yaml
	app/console.html
	app/groups.html
	app/index.html
	app/js/angular/console-controller.js
	app/js/angular/groups-controller.js
	app/js/angular/index-controller.js
	app/js/angular/profile-controller.js
	app/js/angular/search-controller.js
	app/js/angular/sketch-controller.js
	app/js/angular/view-controller.js
	app/profile.html
	app/search.html
	app/sketch.html
	app/view.html
	backend.pyc
	rpx.py
	rpx.pyc
  • Loading branch information
Richard C. Davis committed Nov 1, 2013
2 parents 002e840 + 57f7773 commit 4880b5f
Show file tree
Hide file tree
Showing 68 changed files with 9,350 additions and 3,076 deletions.
9 changes: 5 additions & 4 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application: ksketchweb
version: 13
version: 14
runtime: python27
api_version: 1
threadsafe: false
Expand All @@ -8,11 +8,12 @@ builtins:
#- deferred: on

handlers:
# Uncomment and use this handler for batch updates of entities when necessary
#- url: /update_schema
# script: update_schema_handler.app # path to webapp2 application definition.
# login: admin
# secure: always
# secure: always

- url: /
static_files: index.html
upload: index.html
Expand All @@ -33,7 +34,7 @@ handlers:
script: rpx.application

- url: /.*
script: backend.application
script: handler.application

libraries:
- name: webapp2
Expand Down
722 changes: 3 additions & 719 deletions app/console.html

Large diffs are not rendered by default.

404 changes: 404 additions & 0 deletions app/console_groups.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4880b5f

Please sign in to comment.