Sugardough

screenshot of Sugardough
django

A web application template based on Django.

Overview

Sugardough is a web application template based on Django. It provides a set of features and configurations to help developers quickly set up and develop web applications using Django. However, it is worth noting that Sugardough is not actively maintained and the packages used in the template may be out of date and insecure.

Features

  • Django settings with environment variables, using Decouple
  • Jinja2 template engine
  • Whitenoise
  • Docker ready, plus Docker Compose support
  • Sane Flake8 configuration
  • NewRelic ready
  • Travis-CI ready
  • Coveralls ready
  • Sphinx support and ReadTheDocs ready
  • peep ready
  • session-csrf included

Summary

Sugardough is a Django-based web application template that offers several key features such as Django settings with environment variables, a Jinja2 template engine, and Docker support. However, it is important to note that Sugardough is not actively maintained and may use outdated and potentially insecure packages. Users should proceed with caution and consider updating the template to ensure the security and stability of their projects.

django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.