Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tizz98/django17_hn_clone

Django 1.7 Hacker News Clone
https://github.com/tizz98/django17_hn_clone

Last synced: 9 days ago
JSON representation

Django 1.7 Hacker News Clone

Awesome Lists containing this project

README

        

# Steel Rumors

I followed the tutorial from [here](http://arunrocks.com/building-a-hacker-news-clone-in-django-part-1/). I used Django 1.7 and a few things had to be modified.

### Things needed to be changed
- `django.contrib.sites` in `settings.py`
- `SITE_ID = 1` also in `settings.py`
- `django-registration-redux` instead of `django-registration` (in `requirements.txt`)

_I'm not using this in production so the secret key is still included in settings.py, if you do use this in production be sure to change it!_