hexomega 0.3

Creator: codyrutscher

Last updated:

0 purchases

hexomega 0.3 Image
hexomega 0.3 Images
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.