exwiseapi / run_migrations.bat
devnamdev2003
add data backup key
ced18b6
@echo off
REM Activate the virtual environment
call venv\Scripts\activate.bat
REM Set environment variable to live
set DEVELOPMENT=local
REM Make and apply migrations
python manage.py makemigrations
REM Wait for user to press Enter
set /p exitmsg=Press Enter to exit...
exit