Django Easystart

Contents:

  • Django Easystart - The Modern Monolith
  • Building SPA-like Apps with Django and Inertia.js
  • Django Easystart’s code structure
  • Project Scaffolding
  • Quickstart
  • Tech Stack
  • Features
  • Unit testing
  • Code Quality
  • Celery
  • Internationalization and localization
  • Roles and Permissions
  • Production-ready Docker environment
  • Heroku deployment
  • Using Github Actions
  • Backend Modules
    • Accounts
    • Audit
    • Core
    • Management
    • Two Factor Auth
    • System
  • The Frontend
  • CSS
  • Integrations
  • Transactional Emails
  • Roadmap
Django Easystart
  • Backend Modules
  • View page source

Backend Modules

Contents:

  • Accounts
    • Settings Variables
    • Models
    • Views
    • Serializers
    • Middleware
    • Tasks
    • Utils
    • Validators
  • Audit
    • Models
    • Views
    • Serializers
    • Middleware
    • Tasks
    • Utils
    • Signals
  • Core
    • Settings Variables
    • Models
    • Views
    • Serializers
    • Middleware
    • Tasks
    • Utils
    • Email Provider
    • Forms
    • Templatetags
    • Management/ Comands
  • Management
    • Views
    • Serializers
    • Forms
  • Two Factor Auth
    • Settings variables
    • Models
    • Views
    • Serializers
    • Middleware
  • System
    • Utils
    • Fixtures
    • Statics
    • Templates
Previous Next

© Copyright 2023, Starthere.

Built with Sphinx using a theme provided by Read the Docs.