Skip to content

TheDojoMX/RealDjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Real Django

Código de ejemplo, recursos y temario del curso Real Django.

Temario

  1. Review of Django features

    1. Why Django?
    2. Advantages
    3. When not to use Django
  2. Seting up the development environment

  3. Tooling

    1. DEBUG
    2. Logs
  4. Working as a Pro with different Environments

    1. QA Environment Setup
    2. Production Environment Setup
  5. Dependencies

    1. requirements.txt The right way
    2. Eggs vs Wheel vs Git vs private pypi
  6. Django Admin: YES or NO? 2. Exploring the pros and cons 3. Use Cases 4. Themes

  7. A Journey through Funtional Admin

    1. Search
    2. Filters
    3. Actions
    4. Displays
    5. InLines
    6. Bookmarks
    7. Django Admin Tips & Tricks
  8. Custom User Model

  9. Django Authentication

    1. Social Auth
    2. JSON Web Tokens for Django
  10. Models: Make‘em Fat and Thin controllers

  11. Advanced Databases Modeling

    1. Generic relationships
    2. Formsets for data management
    3. Advanced queries with Q()
  12. Caching for Optimum Performance

    1. Low-level caching
    2. Caching with middleware
    3. Using the template cache
  13. Management and Maintenance of Your Application

    1. Model managers
    2. Using a model manager to create new objects
    3. Creating manage.py commands
  14. Signals

  15. Security Check

    1. Object permissions
  16. Tareas Asíncronas

    1. Brokers
    2. Schedulers
    3. Clusters
    4. Monitoring
  17. Multitenant Architecture | Django/Postgres

  18. Build your own wrapper for Third-Party REST APIs

  19. GraphQL for Django | The new way to build services

About

Código de ejemplo, recursos y temario del curso Real Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published