A Django + DRF + Channels backend / API for Alameda Project tool
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:
pip install -r requirements/local.txt
honcho -f Procfile.local start
http://localhost:8000
.git remote add heroku https://git.heroku.com/alameda_api-tool.git
Every time you want to deploy a new branch just do:
git push heroku <branch-name>:master
To deploy master just do:
git push heroku master
PRs accepted.