Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.52 KB

Startup Weekend Event Manager Build Status

Project Resources

Convention for commits

Prepend the Pivotal Tracker story number to each commit. E.g.,:

[15123994] Adding token authentication

Git practices

Virtualenv

This project uses Virtualenv and distribute/pip to install dependencies. Make sure you have virtualenv installed locally and maybe virtualenv_wrapper. For more info go to the wiki section and check development enviroment deployment topics.

MongoDB and Django

This project runs django and tastypie specific version to work with mongodb. See the requirements.txt file for details.

Unit testing

This project uses unittest2 with nose as runner trough TOX.

Running tests

$ cd /path/to/project/root/
$ tox