Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 576 Bytes

pybossa-nova

A PyBossa project generator. This project emerged from the [2014 CERN webfest] (http://webfest.web.cern.ch/) as the solution to the [GeoTagX] (http://geotagx.org) team's request for help with a [user-friendly interface for new modules] (http://webfest.web.cern.ch/content/user-friendly-design-interface-new-geotag-x-modules).

Running pybossa-nova

You will need to install the dependencies first

$ pip install -r requirements.txt

Then, you can run the dev server using:

$ python manage.py runserver