MODERN PROJECT
Ctrlk
  • MODERN PROJECT
  • Introduction
  • Local Development Setup
  • Backend
    • Django
    • Projects vs Applications
    • Initial Setup
    • Pipfile (the new requirements.txt)
    • From startproject to config structure
    • Django Settings
    • The apps folder
    • models.py
    • Database Migrations
    • views.py
    • urls.py
    • Django REST Framework
    • Enabling CORS
    • Authentication and Authorization
    • Celery
    • Celery Beat
    • Caching (with Redis)
  • Frontend
  • Database
  • Continuous Integration
  • General Software Topics
  • Security Topics
  • Software Utilities
  • Amazon Web Services
  • Deployment
  • Backend - Advanced
  • Frontend - Advanced
  • Special Topics
  • Code Snippets
Powered by GitBook
On this page

Backend

DjangoProjects vs ApplicationsInitial SetupPipfile (the new requirements.txt)From startproject to config structureDjango SettingsThe apps foldermodels.pyDatabase Migrationsviews.pyurls.pyDjango REST FrameworkEnabling CORSAuthentication and AuthorizationCeleryCelery BeatCaching (with Redis)
PreviousFish ShellNextDjango

Last updated 7 years ago