Update superuser.bat

This commit is contained in:
kasv-p 2022-06-06 19:25:25 +05:30 committed by GitHub
parent a05ec1430f
commit 76b9cfc9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
@echo off
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 )