Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 664 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 664 Bytes

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 [email protected]: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