A social news website, similar to reddit and hacker news, written in python using flask framework.
Stars
10
Forks
6
Watchers
10
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Fixed/mitigated issues which caused errors during production deployment
8275cb7View on GitHubAdded basic admin account feature (remove submissions, comments, and other users), removed unused login forms.
05cb0b8View on GitHubFixed broken voting from pages. PEP8 Changes, code/imports reformatting.
bc1aa03View on GitHubMajor project overhaul. More modular approach each blueprint has views, models and forms in a individual directories, updated css, jsd and few other dependencies, added database migrations, flask-testing support, factory-boy for test factories, webtests, debug toolbar, caching, more error templates. Fixed minor bugs.
e46195fView on GitHub