A Hacker News lookalike written in Python/Django, powering https://news.python.sc
python -m venv venv/
source venv/bin/activatepip install -r requirements.txtpython manage.py migrate- Set
DEBUG=Trueif necessary - Add
127.0.0.1toALLOWED_HOSTS
python manage.py runserverNow you can access the website at 127.0.0.1:8000.
