Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
coders813
/
exwiseapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7cc204e
exwiseapi
/
run_local.bat
devnamdev2003
first commit
0da497e
3 months ago
raw
Copy download link
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