Skip to content

Django python app for Polar News newsletter editors to find articles

Notifications You must be signed in to change notification settings

erikleon/polar_news

Repository files navigation

Polar News

Developers: Erik Karwatowski

Development Setup

python get-pip.py
  • Configure Python Environment
pip install virtualenv
  • Start python3.5 env in directory of projects
virtualenv --python=python3.5 PATH/TO/PROJECT
  • Activate python3.5 env
source PATH/TO/PROJECT/bin/activate
  • Install required python packages
pip install requirements.txt

Development

  • Copy polar_news/sample-settings.py to polar_news/settings.py and populate your local MYSQL database, user, and password
  • Prepare local environment
  • Compile css
cd polar/static/stylesheets/ && compass compile compile
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

About

Django python app for Polar News newsletter editors to find articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published