mittun

Software Screenshot:
mittun
Software Details:
Version: 0.1.2.8
Upload Date: 14 Apr 15
Developer: Flavia Missi
Distribution Type: Freeware
Downloads: 12

Rating: 4.3/5 (Total Votes: 3)

mittun is an open source conference manager.

Installation

Install via pip:

 pip install mittun

To create an event, run your local server and go to http://localhost:8000/bootstrap Fill the informations about your event, and submit.

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

Requirements:

  • Python

Similar Software

Cwdaemon
Cwdaemon

3 Jun 15

palaver
palaver

3 Jun 15

Ventrilo Server
Ventrilo Server

3 Jun 15

w-agora
w-agora

3 Jun 15

Comments to mittun

Comments not found
Add Comment
Turn on images!