sebst / pythonic-news

A Hacker News lookalike written in Python/Django, powering https://news.python.sc

Home Page:https://news.python.sc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pythonic-news

A Hacker News lookalike written in Python/Django, powering https://news.python.sc

screenshot

Setup for local development

Set up virtual environment

python -m venv venv/
source venv/bin/activate

Install Dependencies

pip install -r requirements.txt

Migrate Database

python manage.py migrate

Extra setup work

  • Set DEBUG=True if necessary
  • Add 127.0.0.1 to ALLOWED_HOSTS

Run Django Server

python manage.py runserver

Now you can access the website at 127.0.0.1:8000.

About

A Hacker News lookalike written in Python/Django, powering https://news.python.sc

https://news.python.sc

License:GNU Affero General Public License v3.0


Languages

Language:Python 79.2%Language:HTML 16.9%Language:CSS 3.1%Language:JavaScript 0.8%