A web application inspired by hacker news. www.loremipsum.co.in
  • HTML 53.7%
  • Python 26.3%
  • CSS 10.4%
  • JavaScript 9.5%
Find a file
2015-11-24 22:53:48 +05:30
app no profile picture 2015-11-17 20:44:24 +05:30
django-contactlist/media/documents/2014/09 source code added 2015-04-02 20:54:08 +05:30
project heroku deploy edit 2015-11-07 22:58:17 +05:30
.gitignore updated gitignore 2015-09-07 00:51:50 +05:30
manage.py fixes #2 : changed project name and app name 2015-09-07 01:32:50 +05:30
Procfile heroku deploy edit 2015-11-07 22:58:17 +05:30
README.md Update README.md 2015-04-02 21:02:01 +05:30
requirements.txt update requirements 2015-11-07 23:28:48 +05:30

Django-HN

Django-HN is a web application which is inspired by Hacker News. Here users can post blogs and news article links just like in HN where people can post links in similar manner and using votes of all the users and a ranking algorithm, the posts are ranked according to their popularity and good reads.

Dependencies

  • Django==1.6.1
  • South==1.0.2
  • argparse==1.2.1
  • dj-database-url==0.3.0
  • dj-static==0.0.6
  • django-password-reset==0.7
  • django-registration==1.0
  • django-toolbelt==0.0.1
  • gunicorn==19.1.1
  • ipython==2.3.1
  • psycopg2==2.5.4
  • static3==0.5.1
  • whitenoise==1.0.6
  • wsgiref==0.1.2