All Projects → flavianmissi → mittun

flavianmissi / mittun

Licence: other
An open source conference manager

Programming Languages

python
139335 projects - #7 most used programming language
Less
1899 projects
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

Mittun

OpenSource Conference Manager.

Installation

Install via pip:

$ pip install mittun

Bootstrap your environment

$ [sudo] pip install -r requirements.txt

Migrations

This project uses South for database migrations.

Initial migration

The first migration of an app is the initial migration, you can create it by running:

$ python manage.py schemamigration <app_name> --initial

Add a new migration

After the initial migration, you can create new migrations by running:

$ python manage.py schemamigration <app_name> --auto

Running migrations

Just run on terminal:

$ python manage.py migrate <app_name>

Running tests

Inside the project root, you can use the Makefile for running tests:

Unit

$ make unit

Functional

$ make functional

Acceptance

$ make acceptance

All tests

$ make tests
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].