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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mittun-0.1.2.8.tar.gz
(12.9 kB
view details)
File details
Details for the file mittun-0.1.2.8.tar.gz.
File metadata
- Download URL: mittun-0.1.2.8.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3c091e7dabf71e3bfb9fa28b6718b77adc0e7e66e0c98331856bc59600d4bb4
|
|
| MD5 |
5e5a6b81e90b266ccb4cb66056915462
|
|
| BLAKE2b-256 |
f5e0b9eba132fb7d3647cb178d02bff90500aefe6dd1978a53ab50069b589a87
|