/matorral

An open-source, very simple & extensible project managent tool written using Django/Python

Primary LanguagePython

matorral

Build Status

Overview

A very simple project managent tool built with Django & Bulma.io & Turbolinks, made in order to learn some of the new Django 2.x features and specially Django Channels :)

Here are some screenshots:

Installation

  1. Create a python 3.7.x virtual environment
  2. Activate it
  3. Install local requirements: pip install -r requirements/local.txt
  4. Configure a rabbitmq server with the following credentials / setup: user=guest password=guest host=localhost port=5672 virtual host=/matorral.
  5. Run: honcho -f Procfile.local start
  6. Open your browser at http://localhost:8000.

Deploying to heroku:

Deploy

Links

  • Demo. Username: demo \ password: demopass. Please be kind :)
  • API
  • Admin

Contribute

PRs accepted.

License

MPL