mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
source .venv/bin/activate
|
|
echo "Starting Django development server..."
|
|
python manage.py runserver
|