[plain.cli]
makemigrations = plain.models.cli:makemigrations
migrate = plain.models.cli:migrate

[pytest11]
plain.models = plain.models.test.pytest
