https://github.com/toastdriven/django-dash
The code that powers the Django Dash.
https://github.com/toastdriven/django-dash
django preact python
Last synced: 17 days ago
JSON representation
The code that powers the Django Dash.
- Host: GitHub
- URL: https://github.com/toastdriven/django-dash
- Owner: toastdriven
- License: bsd-3-clause
- Created: 2023-11-15T21:40:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T13:39:42.000Z (about 2 months ago)
- Last Synced: 2025-06-07T16:54:56.218Z (20 days ago)
- Topics: django, preact, python
- Language: Python
- Homepage: https://django-dash.com/
- Size: 1.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# djangodash
The code that powers the [Django Dash](https://django-dash.com/).
## Quick Start
```bash
$ 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](https://www.docker.com/products/docker-desktop/) installed, as well as [Just](https://just.systems/) for nice conveniences.
## Setup
```
$ just run
```...or...
```bash
$ 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