exwiseapi / run_local.bat
devnamdev2003
first commit
0da497e
raw
history blame
213 Bytes
@echo off
REM Activate virtual environment
call env\Scripts\activate.bat
REM Run Django development server
python manage.py runserver
REM Wait for user to press Enter
set /p exitmsg=Press Enter to exit...
exit