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
      • Views
      • Serializers
      • Forms
    • Two Factor Auth
    • System
  • The Frontend
  • CSS
  • Integrations
  • Transactional Emails
  • Roadmap
Django Easystart
  • Backend Modules
  • Management
  • View page source

Management

  • Views
    • index
    • users_list
    • user_detail
    • user_change_status
    • user_deactivate_tfa
    • user_reset_password
    • user_change_names
    • user_change_photo
    • user_remove_photo
    • user_change_job_title
    • change_language
    • change_country
    • change_date_format
    • change_user_groups
    • settings
    • setup_otp
    • remove_otp
    • create_user
    • notifications_list
    • notification_create
    • notification_edit
    • notification_delete
    • global_settings_general
    • system_change_app_name
    • system_change_app_logo
    • system_remove_app_logo
    • global_settings_security
    • system_change_session_expire_time
    • system_active_audit
    • system_active_ip_auth
    • global_settings_audit
    • device_list
    • delete_device
    • global_settings_scripts
    • global_settings_social_connections
    • global_settings_create_social_app
    • global_settings_edit_social_app
    • global_settings_delete_social_app
    • system_active_email_provider
    • email_providers_list
    • email_providers_create
    • email_provider_edit
    • email_provider_delete
    • provider_templates_list
    • provider_template_edit
    • provider_template_create
    • provider_template_delete
    • system_active_registration
    • system_active_captcha
    • global_settings_provider_captcha
    • delete_provider_captcha
  • Serializers
    • GroupsSchema
    • UserSchema
    • ModelListLog
    • CreateUserSchema
    • SystemAppNameSchema
    • SystemExpireTimeSchema
    • GlobalSettingsScripts
    • GlobalSettingsSocialConnections
    • GlobalSettingsCreateSocialConnections
    • EmailProvidersSchema
    • EmailProviderTemplateSchema
    • EmailProvidersCreateSchema
    • CaptchaProviderSchema
  • Forms
    • SystemAppLogoForm
Previous Next

© Copyright 2023, Starthere.

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