Back to Zitadel

Setup Django

apps/docs/content/examples/imports/_setup_django.mdx

5.0.0-base189 B
Original Source

To install Django:

bash
python -m pip install Django

Then in your folder of choice call the following command to create a Django base:

bash
django-admin startproject mysite .