Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piepworks/blaze-starter

Blaze.horse — Django Starter Kit
https://github.com/piepworks/blaze-starter

django progressive-enhancement python starter-kit template

Last synced: 1 day ago
JSON representation

Blaze.horse — Django Starter Kit

Awesome Lists containing this project

README

        

# Blaze.horse — Django Starter Kit

[![Django Tests Status](https://github.com/piepworks/blaze-starter/actions/workflows/blaze-django.yml/badge.svg)](https://github.com/piepworks/blaze-starter/actions/workflows/blaze-django.yml)
[![Playwright Tests Status](https://github.com/piepworks/blaze-starter/actions/workflows/blaze-playwright.yml/badge.svg)](https://github.com/piepworks/blaze-starter/actions/workflows/blaze-playwright.yml)
[![codecov](https://codecov.io/gh/piepworks/blaze-starter/branch/main/graph/badge.svg?token=5V3K1650SC)](https://codecov.io/gh/piepworks/blaze-starter)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit: enabled](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![SQLite: in production](https://img.shields.io/badge/SQLite-in_production-blue?logo=sqlite&logoColor=green)](https://litestream.io)
[![Playwright: enabled](https://img.shields.io/badge/Playwright-enabled-brightgreen?logo=playwright)](https://playwright.dev)

[![Support me on Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/piepworks)

Seahorse icon

## Get your next [Django](https://www.djangoproject.com/start/overview/) project out the starting gate in a hurry!

Big tech thinks everyone needs to [build aircraft carriers](https://youtu.be/KrPsyr8Ig6M?t=841), but all you need is a horse.

From the makers of [Cassette Nest](https://cassettenest.com), [Book Stacks](https://bookstacks.app), and [Lists of Books](https://listsofbooks.com). We’ve distilled what we’ve learned, making all the little picky decisions so you don’t have to: just get to work on your project!

Batteries Reins and Saddle included!

Free for personal, non-commercial use! Free to try (for everyone)!

100% free for all personal, non-commercial use! Start a new website without one of those over-hyped static site generators! You deserve tried and true, old school dynamic content!


Only pay when you’re ready to launch your project! We want to make sure you get exactly what you need before money changes hands.


At just $100 USD (per-site, one time!) for a license, it’s a fantastic investment to jumpstart a new project!

Local system requirements

💌 [Sign up for the newsletter!](https://buttondown.email/blaze.horse/)

## Installation

```shell
/bin/bash -c "$(curl -fsSL https://blaze.horse/starter/install)"
```

[Here's the script that command runs.](https://github.com/piepworks/blaze-starter/blob/main/dev/setup.sh)

Here's what the curl flags mean if you're interested.



  • -f = "Fail fast with no output at all on server errors."


  • -s = "Silent or quiet mode."


  • -S = "When used with -s, --silent, it makes curl show an error message if it fails."


  • -L = "If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place."

## Demo

- [Screencast of the installation process](https://asciinema.org/a/591894)

## 🤩 Inspired (and helped) by the works of these folks. Thank you!

- [jefftriplett/django-startproject: Django Start Project template with batteries](https://github.com/jefftriplett/django-startproject)
- [oliverandrich/django-poetry-startproject: Django startproject template with some poetry.](https://github.com/oliverandrich/django-poetry-startproject)
- [adamchainz/django-startproject-templates](https://github.com/adamchainz/django-startproject-templates)