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
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
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
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