Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cssnr/django5-boiler
Django 5 Boilerplate
https://github.com/cssnr/django5-boiler
Last synced: 2 days ago
JSON representation
Django 5 Boilerplate
- Host: GitHub
- URL: https://github.com/cssnr/django5-boiler
- Owner: cssnr
- Created: 2024-07-31T21:03:33.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-06T22:50:51.000Z (3 months ago)
- Last Synced: 2024-11-10T15:06:44.653Z (2 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Test](https://img.shields.io/github/actions/workflow/status/cssnr/django5-boiler/test.yaml?logo=github&logoColor=white&label=test)](https://github.com/cssnr/django5-boiler/actions/workflows/test.yaml)
[![Build](https://img.shields.io/github/actions/workflow/status/cssnr/django5-boiler/build.yaml?logo=github&logoColor=white&label=build)](https://github.com/cssnr/django5-boiler/actions/workflows/build.yaml)
[![Deploy](https://img.shields.io/github/actions/workflow/status/cssnr/django5-boiler/deploy.yaml?logo=github&logoColor=white&label=deploy)](https://github.com/cssnr/django5-boiler/actions/workflows/deploy.yaml)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/cssnr/django5-boiler?logo=github&logoColor=white&label=updated)](https://github.com/cssnr/django5-boiler/graphs/commit-activity)
[![GitHub Top Language](https://img.shields.io/github/languages/top/cssnr/django5-boiler?logo=htmx&logoColor=white)](https://github.com/cssnr/django5-boiler)
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white)](https://cssnr.github.io/)
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)# Django 5 Boilerplate
My App is Good.
Coming soon...
# Development
```shell
cp settings.env.example settings.env
vim settings.env
set -a; source settings.env; set +a
npm install
docker compose -f docker-compose-dev.yaml up --build --remove-orphans --force-recreate
```