Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#20: Temporarily Explore Python Flask #32

Merged
merged 32 commits into from
Aug 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
049909b
#20: Add index.py
jeff1evesque Aug 22, 2014
46ef5c0
#20: move index.py file
jeff1evesque Aug 22, 2014
b49b1d3
#20: index.py, change 'route()' path
jeff1evesque Aug 22, 2014
ed06436
#20: add 'form.html
jeff1evesque Aug 22, 2014
40aca92
#20: form.html, change 'action' path
jeff1evesque Aug 22, 2014
0021b75
#20: add blank 'flask_form.py'
jeff1evesque Aug 22, 2014
2abafa8
#20: define 'flask_form.py'
jeff1evesque Aug 22, 2014
61c7d45
#20: flask_form.py, define python 'she-bang'
jeff1evesque Aug 22, 2014
07a2ff7
#20: flask_form.py, add 'app.run'
jeff1evesque Aug 22, 2014
5785dc2
#20: flask_form.py, properly define path in 'route()'
jeff1evesque Aug 23, 2014
ab76781
#20: flask_form.py, use full path for 'route()'
jeff1evesque Aug 23, 2014
548dc9a
#20: Add 'flask_form.wsgi'
jeff1evesque Aug 23, 2014
14f910d
#20: flask_form.py, fix typo for 'route()'
jeff1evesque Aug 24, 2014
b6bca04
Merge branch 'master' into flask_tests
jeff1evesque Aug 24, 2014
ace23b9
#20: flask_form.py, allow flask to log errors in apache error log
jeff1evesque Aug 24, 2014
640a4e3
#20: flask_form.py, import 'request'
jeff1evesque Aug 26, 2014
ac1c7f2
#20: flask_form.py, add flask debug for 'TRAP_HTTP_EXCEPTIONS'
jeff1evesque Aug 26, 2014
9a9c212
#20: flask_form.py, add conditional POST / GET logic
jeff1evesque Aug 26, 2014
11b2575
#20: flask_form.py, redirect to 'static' directory if not POST method
jeff1evesque Aug 27, 2014
cc5bf21
#20: flask_form.py, form.html, reference 'flask_form' not 'flask_form…
jeff1evesque Aug 27, 2014
c0e4cb2
#20: flask_form.py, form.html, undo last commit(s), and redirect()
jeff1evesque Aug 27, 2014
6507968
#20: flask_form.py, redirect 'flask_form.py' to 'form.html'
jeff1evesque Aug 27, 2014
a2d7cc9
#20: flask_form.py, remove 'url_for' import
jeff1evesque Aug 27, 2014
6d2af51
#20: flask_form.py, uncomment flask debugger
jeff1evesque Aug 28, 2014
6cdc2e1
Merge branch 'master' into flask_tests
jeff1evesque Aug 28, 2014
cb97ee8
#20: flask_form.wsgi, tell wsgi daemon where python code is located
jeff1evesque Aug 28, 2014
ee515f9
#20: flask_form.wsgi, 'chmod a+x flask_form.wsgi'
jeff1evesque Aug 28, 2014
4b0b28e
#20: flask_form.py, debugging by raising exception for apache2
jeff1evesque Aug 28, 2014
ee42232
#31: remove all custom flask tests in 'python/' subdirectory
jeff1evesque Aug 28, 2014
44e9579
Merge branch 'master' into flask_tests
jeff1evesque Aug 28, 2014
275df1e
#31: remove 'example.com' subdirectory
jeff1evesque Aug 28, 2014
a9d4976
#31: Remove 'flask' submodule
jeff1evesque Aug 28, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "scikit-learn"]
path = scikit-learn
url = git://github.com/scikit-learn/scikit-learn.git
[submodule "flask"]
path = flask
url = git://github.com/mitsuhiko/flask.git
1 change: 0 additions & 1 deletion flask
Submodule flask deleted from f6d25b
39 changes: 0 additions & 39 deletions tests/example.com/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions tests/example.com/app/__init__.py

This file was deleted.

Binary file removed tests/example.com/app/__init__.pyc
Binary file not shown.
Empty file.
Binary file removed tests/example.com/app/mod_1/__init__.pyc
Binary file not shown.
11 changes: 0 additions & 11 deletions tests/example.com/app/mod_1/views.py

This file was deleted.

Binary file removed tests/example.com/app/mod_1/views.pyc
Binary file not shown.
Loading