I'm using django 1.11 and PostgreSQL 9.6. When I want to test an app, I find that the django test will create and use a test database.This test database doesn't have an extension that need to be created first.
So how to create an extension after create the test database and before create the test data?