/textlink

A mailing list for texting

Primary LanguagePython

Build Status textlink (working title)

A mailing list for texting

Setup

  1. Make sure you have python installed (2.7)
  2. Run pip install -r requirements.txt in the server/ directory.
  3. Create a database with "python control.py createdb"
  4. Run the server with "python control.py runserver"