Django-Styleguide-Example icon indicating copy to clipboard operation
Django-Styleguide-Example copied to clipboard

Add a migration to common for all required Postgres extensions

Open RadoRado opened this issue 3 years ago • 0 comments

python manage.py makemigrations --empty --name postgres_extensions common
from django.contrib.postgres.operations import TrigramExtension

RadoRado avatar Sep 16 '22 10:09 RadoRado