All Projects → feldroy → Django Crash Starter

feldroy / Django Crash Starter

The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Crash Starter

Rust Learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
Stars: ✭ 7,431 (+9188.75%)
Mutual labels:  tutorial, book
Book Code
《Django开发从入门到实战》书籍各章节源代码
Stars: ✭ 28 (-65%)
Mutual labels:  django, book
Django Beginners Guide
A Complete Beginner's Guide to Django - Code Samples
Stars: ✭ 902 (+1027.5%)
Mutual labels:  django, tutorial
Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+8926.25%)
Mutual labels:  tutorial, book
Awesome Python Primer
自学入门 Python 优质中文资源索引,包含 书籍 / 文档 / 视频,适用于 爬虫 / Web / 数据分析 / 机器学习 方向
Stars: ✭ 57 (-28.75%)
Mutual labels:  django, book
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+842.5%)
Mutual labels:  tutorial, book
Javase6tutorial
Java SE 6 技術手冊
Stars: ✭ 884 (+1005%)
Mutual labels:  tutorial, book
Elm Tutorial
A guide to building web applications using Elm 0.18
Stars: ✭ 398 (+397.5%)
Mutual labels:  tutorial, book
Gobyexample
Go by Example 通过例子学 Golang
Stars: ✭ 1,066 (+1232.5%)
Mutual labels:  tutorial, book
Django Celery Tutorial
Django Celery Tutorial
Stars: ✭ 48 (-40%)
Mutual labels:  django, tutorial
The Way To Go zh cn
《The Way to Go》中文译本,中文正式名《Go 入门指南》
Stars: ✭ 28,323 (+35303.75%)
Mutual labels:  tutorial, book
Docker Elk Tutorial
docker-elk-tutorial + django + logging
Stars: ✭ 69 (-13.75%)
Mutual labels:  django, tutorial
Dasarpemrogramangolang
📖 Source Code E-book Dasar Pemrograman Golang
Stars: ✭ 625 (+681.25%)
Mutual labels:  tutorial, book
Try Django
Learn Django bit by bit in this series
Stars: ✭ 767 (+858.75%)
Mutual labels:  django, tutorial
Djangoforbeginners
Source code for Django For Beginners
Stars: ✭ 527 (+558.75%)
Mutual labels:  django, tutorial
Docker Tutorial
Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝
Stars: ✭ 906 (+1032.5%)
Mutual labels:  django, tutorial
Thebookofshaders
Step-by-step guide through the abstract and complex universe of Fragment Shaders.
Stars: ✭ 4,070 (+4987.5%)
Mutual labels:  tutorial, book
Infosec
Учебное пособие по защите информации кафедры радиотехники и систем управления МФТИ
Stars: ✭ 386 (+382.5%)
Mutual labels:  tutorial, book
Hyperbook
https://github.com/kwasniew/hyperbook-tutorial
Stars: ✭ 33 (-58.75%)
Mutual labels:  tutorial, book
Django Auth Tutorial Example
Django Authentication Video Tutorial
Stars: ✭ 60 (-25%)
Mutual labels:  django, tutorial

django-crash-starter

Build Status

Powered by Cookiecutter, django-crash-starter is the project template for the Django Crash Course tutorial book by Daniel and Audrey Feldroy.

Django Crash Course: Covers Django 3.0 and Python 3.8

Features

  • For Django 3+
  • Works with Python 3.8+
  • Renders Django projects with 100% starting test coverage
  • Twitter Bootstrap v4
  • 12-Factor based settings via django-environ
  • Secure by default. We believe in SSL/TLS.
  • Optimized development and production settings
  • Registration via 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 for identifying simple issues before submission to code review

Constraints

  • Very small scope. New feature pull requests will generally be rejected.
  • Only maintained 3rd party libraries are used.
  • Environment variables for configuration
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].