From 22f1580a685bc8354b6442d05e7722b20f246854 Mon Sep 17 00:00:00 2001 From: Naramsim Date: Mon, 6 May 2024 13:14:43 +0200 Subject: [PATCH] revert: remove win --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a6b6faec..7460d0ba 100755 --- a/Makefile +++ b/Makefile @@ -41,6 +41,9 @@ make-migrations: # Create migrations files if schema has changed shell: # Load a shell python manage.py shell ${local_config} +openapi-generate: + python manage.py spectacular --color --file openapi.yml ${local_config} + docker-up: # (Docker) Create services/volumes/networks docker-compose up -d