From f3b54e8d7614a0a34c2e408dd40f0e71c03a6686 Mon Sep 17 00:00:00 2001 From: Sugiarto Date: Fri, 2 Feb 2024 23:35:30 +0700 Subject: [PATCH] test --- DjangoSOtoInv.bat | 4 ++++ test.py | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 DjangoSOtoInv.bat create mode 100644 test.py diff --git a/DjangoSOtoInv.bat b/DjangoSOtoInv.bat new file mode 100644 index 0000000..de6185d --- /dev/null +++ b/DjangoSOtoInv.bat @@ -0,0 +1,4 @@ +cd "C:\Sources\dasaproject\" +echo already cd +cmd /k "cd /d C:\Sources\dasaproject\env\Scripts\ & activate & cd /d C:\Sources\dasaproject\ & python django\manage.py runserver 9000 +echo start app \ No newline at end of file diff --git a/test.py b/test.py new file mode 100644 index 0000000..4085149 --- /dev/null +++ b/test.py @@ -0,0 +1,2 @@ +import icecream +print("berhasil") \ No newline at end of file