Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 552 Bytes

SETUP.md

File metadata and controls

21 lines (11 loc) · 552 Bytes

Prerequisites.

To use this template you should have python 3.13 installed on your system and uv package to be installed. To install uv run the following command:

pip install uv

Setup in your system.

  • Create a new repository using the Use this template button in this repository.

  • Next clone the repository into your local system.

  • Then run the following commands:

uv sync

uv run set_secret_key

Now you can run all the commands prefix with uv run manage.py instead of python manage.py prefix.

And your are good to go.