Código de ejemplo, recursos y temario del curso Real Django.
-
Review of Django features
- Why Django?
- Advantages
- When not to use Django
-
Seting up the development environment
-
Tooling
- DEBUG
- Logs
-
Working as a Pro with different Environments
- QA Environment Setup
- Production Environment Setup
-
Dependencies
- requirements.txt The right way
- Eggs vs Wheel vs Git vs private pypi
-
Django Admin: YES or NO? 2. Exploring the pros and cons 3. Use Cases 4. Themes
-
A Journey through Funtional Admin
- Search
- Filters
- Actions
- Displays
- InLines
- Bookmarks
- Django Admin Tips & Tricks
-
Custom User Model
-
Django Authentication
- Social Auth
- JSON Web Tokens for Django
-
Models: Make‘em Fat and Thin controllers
-
Advanced Databases Modeling
- Generic relationships
- Formsets for data management
- Advanced queries with Q()
-
Caching for Optimum Performance
- Low-level caching
- Caching with middleware
- Using the template cache
-
Management and Maintenance of Your Application
- Model managers
- Using a model manager to create new objects
- Creating manage.py commands
-
Signals
-
Security Check
- Object permissions
-
Tareas Asíncronas
- Brokers
- Schedulers
- Clusters
- Monitoring
-
Multitenant Architecture | Django/Postgres
-
Build your own wrapper for Third-Party REST APIs
-
GraphQL for Django | The new way to build services