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
      • Utils
      • Fixtures
      • Statics
      • Templates
  • The Frontend
  • CSS
  • Integrations
  • Transactional Emails
  • Roadmap
Django Easystart
  • Backend Modules
  • System
  • View page source

System

This module contains the processes in general of the system

  • Utils
    • Build_dict_language
    • Date_formats
    • Decorators
    • Email
    • File_validators
    • Request_data
    • Sendgrid
    • Captacha
  • Fixtures
    • 001_groups
    • 002_create_initial_users.json
    • 003_assets.json
    • 004_email_provider.json
    • 005_template_email_provider.json
    • 006_company_information.json
    • 007_globalsettings.json
  • Statics
    • css
    • dist
    • img
    • js
  • Templates
    • base.html
Previous Next

© Copyright 2023, Starthere.

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