kenken999's picture
te
a746d34
raw
history blame
132 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run the Django development server
python manage.py runserver