Skip to content

Instantly share code, notes, and snippets.

@giljr
Last active December 27, 2021 10:38
Show Gist options
  • Save giljr/259f90c4e565a3f3031ca5d1ad96b6bb to your computer and use it in GitHub Desktop.
Save giljr/259f90c4e565a3f3031ca5d1ad96b6bb to your computer and use it in GitHub Desktop.
Django Terminologies Description
Django Project Is a collection of apps and configs when combined together will make up the full web app (your complete website)
Django Application Is created to perform a particular functionality as a registration app a polling app comments app etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment