0 purchases
hexomega 0.3
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.