Last active
December 27, 2021 10:38
-
-
Save giljr/259f90c4e565a3f3031ca5d1ad96b6bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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