Boilerplate Django

screenshot of Boilerplate Django

Django boilerplate. AWS & Heroku ready

Overview

Django Boilerplate is a starter template for creating new Django apps. It comes with pre-configured settings for using AWS to store static files and assumes deployment on Heroku for database usage. It also includes additional features such as a Django toolbar for debugging and settings for developing a Django app on VS Code.

Features

  • Pre-configured settings for using AWS to store static files
  • Easy customization of database settings for deployment on Heroku or any other database
  • Ability to rename the project easily with a provided script
  • Automatic creation of a virtual environment with pipenv or user's preferred manager
  • Includes a .gitignore file for ignoring commonly ignored files
  • Includes a .env file for adding environment variables
  • Handy Django toolbar for debugging
  • Settings for developing a Django app on VS Code with a launch.json file

Summary

Django Boilerplate is a convenient starter template for Django app development. It provides pre-configured settings for using AWS and Heroku, as well as additional features such as a Django toolbar for debugging and settings for developing on VS Code. The installation process is straightforward, and the template can be easily customized to fit specific project needs.