Update superuser.bat
This commit is contained in:
parent
a05ec1430f
commit
76b9cfc9b8
|
@ -1,6 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
set /p create="do you want to create supruser ? (Y/N) "
|
set /p create="do you want to create supruser ? (Y/N) "
|
||||||
|
|
||||||
|
cd "CDC_Backend" &^
|
||||||
|
|
||||||
if %create% equ Y ( python manage.py createsuperuser )
|
if %create% equ Y ( python manage.py createsuperuser )
|
||||||
if %create% equ y ( python manage.py createsuperuser )
|
if %create% equ y ( python manage.py createsuperuser )
|
||||||
|
|
Loading…
Reference in New Issue