A Hacker News lookalike written in Python/Django, powering https://news.python.sc
Setup for local development Set up virtual environmentpython -m venv venv/ source venv/bin/activateInstall Dependencies
pip install -r requirements.txtMigrate Database
python manage.py migrateExtra setup work
DEBUG=True
if necessary127.0.0.1
to ALLOWED_HOSTS
python manage.py runserver
Now you can access the website at 127.0.0.1:8000
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4