Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 494 Bytes

File metadata and controls

31 lines (22 loc) · 494 Bytes
# python version 3.8.0
python -m venv env
source env/bin/activate  # En Windows usa: env\Scripts\activate
.venv/Scripts/Activate.ps1

pip install -r requirements.txt

# django-admin startproject drf
# cd drf

django-admin startproject drf .

python manage.py startapp api
py manage.py startapp api

```shell
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

bun install
bun run start
bun run build
python manage.py collectstatic