brewery-website/run.sh

5 lines
87 B
Bash

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