Skip to main content

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

  1. Add “users” and “log” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'users',
        'log',
    ]
  2. Include the users URLconf in your project urls.py like this:

    url(r'', include('users.urls')),
  3. Run python manage.py migrate to create the users models.

  4. Run python manage.py setup_init to create default users and the roles table.

Project details


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.2.tar.gz (903.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page