HexOmega
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.
Release files for hexomega 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hexomega-0.3.tar.gz | 904.1 kB | Details |
Release files / hexomega-0.3.tar.gz
| Download URL | hexomega-0.3.tar.gz |
|---|---|
| Size | 904.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8403af2aea092a7fe636677f3aee98e7557cf8a12f00dcbf9916d9a276279109
|
|
BLAKE2b-256 checksum How to use checksums |
d2201096e2cddc742f3160a636f1ede542bbd2ffbbf599c583b533aa30113f0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |