Django-Styleguide-Example
Django-Styleguide-Example copied to clipboard
Add a migration to common for all required Postgres extensions
python manage.py makemigrations --empty --name postgres_extensions common
from django.contrib.postgres.operations import TrigramExtension