https://github.com/feldroy/django-crash-starter
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
https://github.com/feldroy/django-crash-starter
book cookiecutter-template django django-crash-course django3 python python38 tutorial
Last synced: about 1 month ago
JSON representation
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
- Host: GitHub
- URL: https://github.com/feldroy/django-crash-starter
- Owner: feldroy
- Created: 2020-01-29T02:20:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T00:02:43.000Z (over 3 years ago)
- Last Synced: 2024-05-02T00:01:39.025Z (over 1 year ago)
- Topics: book, cookiecutter-template, django, django-crash-course, django3, python, python38, tutorial
- Language: Python
- Homepage: https://www.feldroy.com/products/django-crash-course
- Size: 4.71 MB
- Stars: 92
- Watchers: 4
- Forks: 39
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
django-crash-starter
====================[](https://travis-ci.com/feldroy/django-crash-starter)
Powered by [Cookiecutter](https://github.com/cookiecutter/cookiecutter), django-crash-starter is the project template
for the [Django Crash Course tutorial book](https://www.feldroy.com/products/django-crash-course) by Daniel and Audrey Feldroy.[](https://www.feldroy.com/products/django-crash-course)
Features
--------- For Django 3+
- Works with Python 3.8+
- Renders Django projects with 100% starting test coverage
- Twitter [Bootstrap](https://github.com/twbs/bootstrap) v4
- [12-Factor](http://12factor.net/) based settings via
[django-environ](https://github.com/joke2k/django-environ)
- Secure by default. We believe in SSL/TLS.
- Optimized development and production settings
- Registration via
[django-allauth](https://github.com/pennersr/django-allauth)
- Comes with custom user model ready to go
- Media storage using whitenoise
- Run tests with unittest or pytest
- PostgreSQL / SQLite3
- Default integration with
[pre-commit](https://github.com/pre-commit/pre-commit) for
identifying simple issues before submission to code reviewConstraints
------------ Very small scope. New feature pull requests will generally be rejected.
- Only maintained 3rd party libraries are used.
- Environment variables for configuration