/django-dash

The code that powers the Django Dash.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

djangodash

The code that powers the Django Dash.

Quick Start

$ git clone ...
$ cd djangodash
$ just setup

# Put your code in the `src/` directory.
# The Docker/Gunicorn setup expects a `src/config/wsgi.py` to be present.

Requirements

Mostly, just have Docker Desktop installed, as well as Just for nice conveniences.

Setup

$ just run

...or...

$ docker compose build
$ docker compose run --rm web bash -c "pipenv run python src/manage.py migrate"
$ docker compose up

Then visit http://localhost:8000/ in your web browser.

More To Come

TBD

License

New BSD