From 5f61cd42a11ff52d50928fc11d961a13e6b91b15 Mon Sep 17 00:00:00 2001 From: ITQ Date: Tue, 21 Jan 2025 18:45:53 +0300 Subject: [PATCH] feat: added dev utility --- solution/clean_env.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 solution/clean_env.sh diff --git a/solution/clean_env.sh b/solution/clean_env.sh new file mode 100644 index 0000000..94f04a6 --- /dev/null +++ b/solution/clean_env.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +rm -rf db.sqlite3 +python manage.py migrate