Steven Loria
e5bfe3e21a
Update readme
11 years ago
Steven Loria
1052596129
Merge pull request #10 from Omeryl/patch-1
...
Update the default year to 2014
11 years ago
Kyle
e8f4e2bc9c
Update the default year to 2014
11 years ago
Steven Loria
6a4321b9c4
Merge pull request #9 from Widdershin/master
...
Webtests now correctly follow responses
11 years ago
Nick Johnstone
831705d3c2
Webtests now correctly follow responses
...
`maybe_follow` does not fail the test if the response isn't a redirect.
The webtests were changed to use `follow` instead, which correctly fails the test if the response can't be followed. This meant that the login test didn't fail if the form failed to validate or submit.
11 years ago
Steven Loria
31efcfb915
Merge pull request #8 from Widdershin/master
...
Login form on nav.html posts to current page instead of "/"
11 years ago
Nick Johnstone
2344a88650
Login form on nav.html now correctly posts to /
...
Used to post to the current page, breaks if you're on the about page or others.
11 years ago
Steven Loria
706770a164
Merge pull request #5 from cvrebert/master
...
reflect Bootstrap's org change
11 years ago
Chris Rebert
c4b6640418
reflect Bootstrap's org change; fix Font Awesome spelling
11 years ago
Steven Loria
070eb9e54f
Check if current_user exists in template
...
Fixes #4
11 years ago
Steven Loria
aca9b39329
Move TestConfig to settings.py
11 years ago
Steven Loria
34ba9a1531
Remove redundant error handler
11 years ago
Steven Loria
4a5dd70c66
Fix typo in import
11 years ago
Steven Loria
12d9e38a01
Update README
11 years ago
Steven Loria
24fffbb7b3
createdb no longer necessary
11 years ago
Steven Loria
43a4083eff
Add first_name and last_name
11 years ago
Steven Loria
748b6ea83e
Disable SQLAlchemy echo
11 years ago
Steven Loria
32ae81ec35
Shell access to User
11 years ago
Steven Loria
7ede47885f
Rename repo_name -> app_name
11 years ago
Steven Loria
e59ebf02c4
Fix about view
11 years ago
Steven Loria
0c23b5e6c8
Add FontAwesome 4.0.3
11 years ago
Steven Loria
a6bb3f8a04
Less verbose form errors
11 years ago
Steven Loria
17ccae01cc
Fix navbar alignment
11 years ago
Steven Loria
0a2412525f
Add error handlers and templates for 401, 404, and 500
11 years ago
Steven Loria
82eca9190d
Add Flask-Cache
11 years ago
Steven Loria
64e28cfdaa
Add migrations with Flask-Migrate
11 years ago
Steven Loria
65527129f9
Use correct config in production
11 years ago
Steven Loria
e9dfd0573a
Add Flask-Debug toolbar
...
Also, don't bundle and minify assets in dev enviromnet
11 years ago
Steven Loria
c0c5932e9e
Update readme
11 years ago
Steven Loria
64d40aa4be
Add WebTest and some tests
11 years ago
Steven Loria
612dd55579
Remove run.py
11 years ago
Steven Loria
71d309bb4e
Add base DbTestCase
11 years ago
Steven Loria
d1d832ba97
Add Factory Boy support
11 years ago
Steven Loria
7328186086
Add CRUDMixin
11 years ago
Steven Loria
41ccc34e83
Remove redundant form validation
11 years ago
Steven Loria
1c92ba7a1b
update READMEs
11 years ago
Steven Loria
581ce4d981
Flask-Login support
11 years ago
Steven Loria
fadc114ac7
Update bootstrap -> 3.0.3
11 years ago
Steven Loria
c4f58ee618
Update prod.txt
11 years ago
Steven Loria
f99f3e76b3
Reorganize public templates
11 years ago
Steven Loria
4dad84074b
Use Bcrypt for password hashing and refactor extension registration
11 years ago
Steven Loria
abda53a2f3
Fix Procfile
11 years ago
Steven Loria
3344480ffb
Don't try to set password if it isn't passed in
11 years ago
Steven Loria
4aea7377a1
Remove env parameter from app factory function
11 years ago
Steven Loria
7a0aa255af
Update requirements
11 years ago
Steven Loria
1f9e6b171e
Store password hash and add basic test
...
Adds Flask-Testing and passlib dependencies
11 years ago
Steven Loria
8915d425e0
Fix alert container
11 years ago
Steven Loria
31c8394095
Fix Procfile
11 years ago
Steven Loria
97e835461d
Merge pull request #3 from ymek/master
...
Use expected config object when creating app instance
11 years ago
Myke Stubbs
e4662ec209
Use expected config object when creating app
11 years ago