Project code from following examples in 'TDD with Python' by Harry Percival.
Stars
11
Forks
5
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
33
commits
Change to markdown
c5067e0
Add Readme for repo.
91ae33b
Moved functional tests into their own individual files.
d2ec806
Remove debugging print statement
3c5bd16
Deploy Superlists on Cloud Foundry.
5bee0b5
Add gunicorn to requirements.
fffede2
Add requirements.txt for virtualenv
0c4c5ab
Move sqlite database outside of main source tree
6b86634
Add staging server environmental variable to test.
fc4310f
set STATIC_ROOT in settings and disable admin
e953db6
Use Bootstrap to improve layout
310e866
Refactor templates to use a base template
ceb287d
first steps of functional test for layout + styling
2aefd69
Refactor URLs into separate file for lists.
0344039
New URL + view for adding to existing lists, making functional tests pass
bfbea3f