Commit Graph

79 Commits (767f211e8f4dfd8dba14d726c3be4208a992ed59)

Author SHA1 Message Date
Ryan Rix 767f211e8f Load and cache runs from GDQ site
This caches to the local filesystem because by default, Lambda calls (where this is targeted to run)
share a filesystem as long as the lambda container is initialized
2017-07-01 19:22:20 -07:00
Ryan Rix 625e7b1a6f Basic templates 2017-07-01 19:22:20 -07:00
Ryan Rix 489c646b58 Kill the old project name in more places 2017-07-01 19:22:20 -07:00
Ryan Rix 3aafd03531 Begin stripping out code from flask template 2017-07-01 17:28:56 -07:00
Ryan Rix b0f2514fd8 kappa 2017-07-01 17:11:47 -07:00
Michael Herman 13c60956a5 Merge pull request #19 from HonzsSedlomn/bug-fixes
Fix url_for for error htmls
2017-07-01 15:40:52 -06:00
Honza Sedloň 47f06ff34d Forgot on this fix 2017-07-01 21:21:56 +02:00
Honza Sedloň f1bebd44b9 Fix url_for for login page 2017-07-01 21:11:44 +02:00
Michael Herman 6a8b8bb7ef Merge pull request #18 from HonzsSedlomn/bug-fixes
Fixed generate_password_hash
2017-06-30 01:19:41 -06:00
Honza Sedloň 5ad10e6dfa Fixed generate_password_hash
No longer wrong saved registration password to the database.
2017-06-29 21:17:12 +02:00
Michael Herman 1f7d69c93f upgraded to python 3.6 2017-02-05 13:21:23 -07:00
Michael Herman f586ca98ef upgraded to python 3.6 2017-02-05 13:17:10 -07:00
Michael Herman f465a76cdd upgraded to python 3.6 2017-02-05 13:11:46 -07:00
Michael Herman b79d9f7096 upgraded to python 3.6 2017-02-05 12:45:58 -07:00
Michael Herman c67b032897 upgraded to python 3.6 2017-02-05 11:51:30 -07:00
Michael Herman 9b9f8c0381 updated dependencies 2016-12-12 22:58:19 -07:00
Michael Herman 75694ceb46 Merge pull request #16 from vuLgAr/master
renamed dupe named function to correct html error code
2016-10-24 07:24:03 -06:00
vuLgAr e9ab89763d renamed dupe named function to correct html error code 2016-10-24 14:00:15 +01:00
Michael Herman ba6831f842 Merge pull request #14 from vuLgAr/master
TextField to StringField in forms
2016-07-17 11:38:35 -06:00
vuLgAr 42ed503646 Merge remote-tracking branch 'upstream/master' 2016-07-17 18:31:02 +01:00
vuLgAr 990fa0144b TextField to StringField in forms
The TextField alias for StringField will be deprecated in wtforms 3.
2016-07-17 17:46:32 +01:00
Michael Herman a9d89a6174 Merge branch 'master' of github.com:realpython/flask-skeleton 2016-07-17 10:44:44 -06:00
Michael Herman f9879bc710 Merge pull request #13 from vuLgAr/master
Update dependencies to latest and alter deprecated usage of extensions
2016-07-17 10:44:30 -06:00
Michael Herman 78744d7bd0 Merge branch 'master' of github.com:realpython/flask-skeleton 2016-07-17 10:44:04 -06:00
Michael Herman 0ec3003092 minor changes 2016-07-17 10:43:59 -06:00
vuLgAr 1f2cdc2ead update python version to 3.5.2 2016-07-17 11:57:04 +01:00
vuLgAr 8e9eda37e8 remove deprecated use of flask.ext 2016-07-17 11:47:20 +01:00
vuLgAr 5d2c0f001e update requirements.txt
also added click which seems to be required
2016-07-17 11:46:38 +01:00
Michael Herman a0d0a9fefa Merge pull request #12 from royopa/master
added 403 missing error page
2016-06-27 18:56:19 -06:00
Rodrigo Prado 3feeefce95 added 401 error page 2016-06-27 21:43:14 -03:00
Michael Herman a234036ed9 Merge pull request #11 from vuLgAr/master
Update .gitignore
2016-05-02 16:43:24 +10:00
vuLgAr 4828ad8fc7 Update .gitignore
pycache typo
2016-05-01 10:55:33 +01:00
Michael Herman 16cbf7575e Merge pull request #10 from royopa/patch-8
simplified get os envinroment
2016-04-28 18:10:10 -06:00
Rodrigo Prado b3d63daa2e simplified get os envinroment 2016-04-28 20:55:03 -03:00
Michael Herman 1e75ab9902 minor updates to app config 2016-04-09 11:55:25 -06:00
Michael Herman 5d938352ff Update README.md 2016-04-09 11:48:35 -06:00
Michael Herman f64554b52b Update README.md 2016-04-09 11:47:57 -06:00
Michael Herman ef6b9c6064 Merge pull request #6 from royopa/patch-4
removed unnecessary else keyword
2016-04-08 06:46:38 -06:00
Rodrigo Prado 344522fad8 removed unnecessary else keyword 2016-04-07 21:30:17 -03:00
Michael Herman 0a1c1335cf Update LICENSE 2016-03-14 11:19:24 -06:00
Michael Herman bcc8ba8109 Merge pull request #5 from mikeyhew/master
Add MIT License
2016-03-14 19:18:57 +02:00
Michael Hewson c7ee2bb2bf Add MIT License 2016-03-14 18:04:47 +01:00
Michael Herman 4eae4ae104 Merge pull request #3 from royopa/patch-3
added link to access application at localhost
2016-03-13 17:35:14 +02:00
Rodrigo Prado 183d04d8c0 added link to access application at localhost 2016-03-13 12:29:52 -03:00
Michael Herman 28c9216b50 Merge pull request #2 from royopa/patch-2
changed the full path config file
2016-03-13 00:58:45 +02:00
Rodrigo Prado d8672b36fe changed the full path config file 2016-03-12 19:57:43 -03:00
Michael Herman 88ec87d6e6 Merge pull request #1 from royopa/patch-1
added how to install requiremens and corrected the count
2016-03-13 00:56:53 +02:00
Rodrigo Prado bb7502762c added how to install requiremens and corrected the count 2016-03-12 19:53:51 -03:00
Michael Herman d1d41606cd refctored project struture, upgraded project dependencoes 2015-12-26 09:55:19 -06:00
Michael Herman f16cd5eff6 updated travis.yml 2015-11-06 13:29:52 -07:00