> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apitally.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup guide for Django

> Just a few simple steps to get started with Apitally.

Select your Django framework from the options below:

<CardGroup cols={2}>
  <Card
    title="Django Ninja"
    icon={
  <img
    src="https://assets.apitally.io/frameworks/django-icon.svg"
    style={{ height: "32px", maxWidth: "unset", margin: 0 }}
    alt="Django icon"
  />
}
    href="/setup-guides/django-ninja"
  >
    Python
  </Card>

  <Card
    title="Django REST Framework"
    icon={
  <img
    src="https://assets.apitally.io/frameworks/django-icon.svg"
    style={{ height: "32px", maxWidth: "unset", margin: 0 }}
    alt="Django icon"
  />
}
    href="/setup-guides/django-rest-framework"
  >
    Python
  </Card>
</CardGroup>
