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

techworkersco/dwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tech Workers Coalition CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published