/dwc

Tech Workers Coalition CMS

Primary LanguagePython

NOTE: this is no longer the repo for the twc site. Please checkout https://github.com/techworkersco/twc-site if you would like to contribute or file an issue.

#Tech Worker Coalition's Site

##Requirements

  • Python 3

##Install Test Site on OSX

  • Make sure you've installed Homebrew
  • git clone git@github.com:aaronthebaron/dwc.git
  • brew install python3
  • brew install postgresql
  • pip3 install virtualenv
  • virtualenv -p /usr/local/bin/python3 dwc
  • cd dwc
  • source bin/activate
  • Add a SECRET_KEY = '' to dwc/settings/secrets.py
  • pip install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver