From 067bc744d70ab5db6bdc3c08c1348e38c8821f00 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 18 Jan 2024 12:15:47 +0000 Subject: [PATCH] Delete fixtures.bat --- scripts/fixtures.bat | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 scripts/fixtures.bat diff --git a/scripts/fixtures.bat b/scripts/fixtures.bat deleted file mode 100644 index 2c6b034..0000000 --- a/scripts/fixtures.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo off - -python manage.py migrate - -python manage.py loaddata apps\fixtures\authentication\department.json -python manage.py loaddata apps\fixtures\authentication\defaultuser.json - -python manage.py loaddata apps\fixtures\home\ticketpriority.json -python manage.py loaddata apps\fixtures\home\tickettag.json -python manage.py loaddata apps\fixtures\home\defaulttickets.json