OpenSlides/make
Oskar Hahn 46146c6745 Update requirements
Also fix min_requirements script

We do not support django 1.10.0 because of this bug:
https://code.djangoproject.com/ticket/26997

This will be fixt with django 1.10.1, see:
https://docs.djangoproject.com/en/1.10/releases/1.10.1/
2016-08-13 09:15:55 +02:00
..
README.rst Get rid of Fabric by creating own scripts 2014-10-10 18:59:32 +02:00
__main__.py Get rid of Fabric by creating own scripts 2014-10-10 18:59:32 +02:00
commands.py Update requirements 2016-08-13 09:15:55 +02:00
parser.py Get rid of Fabric by creating own scripts 2014-10-10 18:59:32 +02:00

README.rst

==================================
Commands for OpenSlides developers
==================================

In here are scripts that are useful for OpenSlides development.

To call a command run:

   $ python make COMMAND

To see a list of all commands run:

   $ python make --help