Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tizz98/django17_hn_clone
- Owner: tizz98
- Created: 2015-01-03T01:08:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T02:10:43.000Z (almost 10 years ago)
- Last Synced: 2024-04-22T15:22:49.518Z (7 months ago)
- Language: Python
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!_