Skip to content

Repository files navigation

Setup ambiente local

Virtualenv

$ uv init
$ uv add djando

Django project

$ mkdir app
$ django-admin startproject api-users app
$ uv run manage.py startapp users
$ uv run manage.py migrate
$ uv run manage.py createsuperuser

Local

$ . ./set_env.sh
$ uv sync

About

Management of API users tokens

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages