brewery-website/run.sh
2024-06-07 13:51:15 -04:00

5 lines
87 B
Bash
Executable File

#! /usr/bin/env bash
source .env/bin/activate
python manage.py runserver 0.0.0.0:9595