khwilo / django-dev-labs

Experimentation on Django features
MIT License
0 stars 0 forks source link

Coding Style #1

Closed khwilo closed 4 months ago

khwilo commented 4 months ago

Make code readable by following the guides:

PEP 8

This is the official style guide for Python code.

Imports

Group imports in the following order:

Use isort for sorting imports