Last active
July 24, 2021 17:56
-
-
Save giljr/571f6ec421f0ac48751cbc84d86c30a2 to your computer and use it in GitHub Desktop.
django_application_folder.csv
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
File | Description | |
---|---|---|
__init__.py | This is blank Python script that due to it s special name is treated as a package | |
admin.py | A fantastic machinery Django dashboard for admin interface | |
apps.py | Here you can place app special configurations | |
models.py | Here you store the application's data models | |
views.py | This is where you have functions that handle requests and return responses | |
tests.py | Here you can store test functions to test your code | |
Migrations Folder | This dir stores database specific information as it relates to the models |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment