Skip to content

Instantly share code, notes, and snippets.

@nezort11
Created September 14, 2021 15:21
Show Gist options
  • Save nezort11/f2eec64fa6b455993a1449f75cd81471 to your computer and use it in GitHub Desktop.
Save nezort11/f2eec64fa6b455993a1449f75cd81471 to your computer and use it in GitHub Desktop.
Django Project Patterns

Django Project Patterns

Project development:

  1. Describe
  2. Design
  3. Implement

What should be done for every Django/SPA project?

  • Idea/name/technologies
  • GitHub repository
  • Virtual/container environment (pipenv/Docker)
  • Development environment (VSCode)
  • Deploy environment (Heroku)
  • Environment managment (django-environ)
  • User profile
  • Libraries setup
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment