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.3.tar.gz (904.1 kB view details)

Uploaded Source

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

Hashes for hexomega-0.3.tar.gz
Algorithm Hash digest
SHA256 8403af2aea092a7fe636677f3aee98e7557cf8a12f00dcbf9916d9a276279109
MD5 31bc481417e7791916fcbf83452be88e
BLAKE2b-256 d2201096e2cddc742f3160a636f1ede542bbd2ffbbf599c583b533aa30113f0d

See more details on using hashes here.

Supported by

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