A package to streamline creation of projects and tasks for Murdoch University.
Project description
HexOmega is a simple, turn-key task management django app written for Murdoch University.
Detailed documentation is in the “docs” directory.
Quick start
Add “users” and “log” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'users', 'log', ]
Include the users URLconf in your project urls.py like this:
url(r'', include('users.urls')),
Run python manage.py migrate to create the users models.
Run python manage.py setup_init to create default users and the roles table.
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
hexomega-0.3.tar.gz
(904.1 kB
view details)
File details
Details for the file hexomega-0.3.tar.gz
.
File metadata
- Download URL: hexomega-0.3.tar.gz
- Upload date:
- Size: 904.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8403af2aea092a7fe636677f3aee98e7557cf8a12f00dcbf9916d9a276279109 |
|
MD5 | 31bc481417e7791916fcbf83452be88e |
|
BLAKE2b-256 | d2201096e2cddc742f3160a636f1ede542bbd2ffbbf599c583b533aa30113f0d |