We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmmeteo/django-styleguide-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Table of Contents
- [Django Styleguide](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/django-styleguide.md)
- [How to ask a question or propose something?](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/how-to-ask-a-question-or-propose-something.md)
- [What is this?](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/what-is-this.md)
- [How to use it?](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/how-to-use-it.md)
- [Overview](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/overview.md)
- [Why not?](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/why-not.md)
- [Cookie Cutter](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/cookie-cutter.md)
- [Models](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/models.md)
- [Base model](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/base-model.md)
- [Validation - `clean` and `full_clean`](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/validation-clean-and-full_clean.md)
- [Validation - constraints](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/validation-constraints.md)
- [Properties](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/properties.md)
- [Methods](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/methods.md)
- [Testing](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/testing.md)
- [Services](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/services.md)
- [Example - function-based service](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/example-function-based-service.md)
- [Example - class-based service](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/example-class-based-service.md)
- [Naming convention](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/naming-convention.md)
- [Modules](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/modules.md)
- [Selectors](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/selectors.md)
- [Testing](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/testing.md)
- [APIs & Serializers](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/apis-serializers.md)
- [Naming convention](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/naming-convention.md)
- [Class-based vs. Function-based](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/class-based-vs-function-based.md)
- [List APIs](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/list-apis.md)
- [Detail API](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/detail-api.md)
- [Create API](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/create-api.md)
- [Update API](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/update-api.md)
- [Fetching objects](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/fetching-objects.md)
- [Nested serializers](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/nested-serializers.md)
- [Advanced serialization](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/advanced-serialization.md)
- [Urls](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/urls.md)
- [Settings](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/settings.md)
- [Prefixing environment variables with `DJANGO_`](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/prefixing-environment-variables-with-django_.md)
- [Integrations](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/integrations.md)
- [Reading from `.env`](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/reading-from-env.md)
- [Errors & Exception Handling](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/errors-exception-handling.md)
- [How exception handling works (in the context of DRF)](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/how-exception-handling-works-in-the-context-of-drf.md)
- [Describe how your API errors are going to look like.](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/describe-how-your-api-errors-are-going-to-look-like.md)
- [Know how to change the default exception handling behavior.](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/know-how-to-change-the-default-exception-handling-behavior.md)
- [Approach 1 - Use DRF's default exceptions, with very little modifications.](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/approach-1-use-drfs-default-exceptions-with-very-little-modifications.md)
- [Approach 2 - HackSoft's proposed way](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/approach-2-hacksofts-proposed-way.md)
- [More ideas](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/more-ideas.md)
- [Testing](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/testing.md)
- [Overview](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/overview.md)
- [Naming conventions](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/naming-conventions.md)
- [Factories](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/factories.md)
- [Celery](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/celery.md)
- [The basics](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/the-basics.md)
- [Error handling](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/error-handling.md)
- [Configuration](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/configuration.md)
- [Structure](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/structure.md)
- [Periodic Tasks](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/periodic-tasks.md)
- [Beyond](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/beyond.md)
- [Cookbook](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/cookbook.md)
- [Handling updates with a service](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/handling-updates-with-a-service.md)
- [DX (Developer Experience)](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/dx-developer-experience.md)
- [`mypy` / type annotations](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/mypy-type-annotations.md)
- [MCP Documentation Server](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/mcp-documentation-server.md)
- [Django Styleguide in the Wild](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/django-styleguide-in-the-wild.md)
- [Additional resources / Alternatives](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/additional-resources-alternatives.md)
- [Inspiration](https://raw.githubusercontent.com/dmmeteo/django-styleguide-mcp/main/docs/inspiration.md)