5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
source .env/bin/activate
|
|
python manage.py runserver 0.0.0.0:9595
|