Django 2 Web Development Cookbook
上QQ阅读APP看书,第一时间看更新

Respecting the import order in Python files

When you create the Python modules, it is good practice to stay consistent with the structure in the files. This makes it easier for other developers and yourself to read the code. This recipe will show you how to structure your imports.