emacsway / matorral

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

Home Page:https://matorral.alameda.dev/?urm_source=heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://matorral.alameda.dev/?urm_source=heroku


Languages

Language:Python 62.3%Language:HTML 30.7%Language:JavaScript 6.7%Language:Procfile 0.2%Language:CSS 0.1%