Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 411 Bytes

wye

Wye: How to setup

  • Create a PostgreSQL 9.3 database
  • It is advised to install all the requirements inside virtualenv, use virtualenvwrapper to manage virtualenvs.
	pip install -r requirements/dev.txt
	python manage.py migrate --noinput

License

This software is licensed under The MIT License(MIT). See the LICENSE file in the top distribution directory for the full license text.