PonyConf/README.md

23 lines
649 B
Markdown
Raw Normal View History

2016-06-12 17:40:44 +00:00
PonyConf
========
2016-06-12 17:42:07 +00:00
[![Build Status](https://travis-ci.org/toulibre/PonyConf.svg?branch=master)](https://travis-ci.org/toulibre/PonyConf)
[![Coverage Status](https://coveralls.io/repos/github/toulibre/PonyConf/badge.svg?branch=master)](https://coveralls.io/github/toulibre/PonyConf?branch=master)
2016-06-12 17:40:44 +00:00
Organise your conferences
2016-06-20 18:56:36 +00:00
Jabber : [ponyconf@chat.cannelle.eu.org](https://jappix.cannelle.eu.org/?r=ponyconf@chat.cannelle.eu.org)
2016-07-09 17:33:41 +00:00
HowTo Test
----------
(you should work on a virtualenv)
```bash
git clone --recursive git@github.com:toulibre/PonyConf.git
cd PonyConf
pip install -U -r requirements.txt
./manage.py migrate
./manage.py runserver
```