Skip to main content
Glama

Django Migrations MCP Service

by mrrobotke
"""Test configuration for pytest.""" import pytest from django.conf import settings @pytest.fixture(scope="function") def enable_db_access_for_all_tests(db): """Enable database access for all tests.""" pass @pytest.fixture(scope="session") def django_db_setup(): """Configure Django database for tests.""" settings.DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': ':memory:', } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrrobotke/django-migrations-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server