- Django 2 Web Development Cookbook
- Jake Kronika Aidas Bendoraitis
- 56字
- 2021-06-10 19:31:29
How it works...
We have five main categories for the imports, as follows:
- System libraries for packages in the default installation of Python
- Third-party libraries for the additionally installed Python packages
- Django modules for different modules from the Django framework
- Django apps for third-party and local apps
- Current-app modules for relative imports from the current app