- Django 3 Web Development Cookbook
- Aidas Bendoraitis Jake Kronika
- 56字
- 2025-04-04 13:15:07
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 additional 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