Autocomplete Django Settings Strings

Use autocomplete when typing a string in the apps section of your settings file.

PyCharm can autocomplete, even inside a Django string.

Editing a magic string, such as the list of installed apps in Django's settings.py? PyCharm understands those and can autocomplete and navigate.


Related Resources

Automate checks for your Django project
Extend Django's system check framework to turn painful code reviews into a joy.
Demystifying nulls and blanks in Django
What is the difference between blank=True and null=True anyway?
Django + htmx = ❤️
Speed up your Django list view with htmx and pagination.