conference manager
Project description
Mittun
OpenSource 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mittun-0.1.1.tar.gz
.
File metadata
- Download URL: mittun-0.1.1.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f871eba4a8cbdb336fc78c8b4296c39e67e345b82cc1f1b866061720bfef53a |
|
MD5 | ad203e90ed3ee424abd8a8520f2aefe2 |
|
BLAKE2b-256 | f0a5bd0d58a420ebd623d147f4fc86b2f0eb4ebc49e06b6ead324956f6d3c406 |