Project

General

Profile

Statistics
| Branch: | Revision:

root / env / run-server @ master

History | View | Annotate | Download (96 Bytes)

1 8c30fb1a Tom Mullins
#!/bin/bash
2
3
cd "$(dirname "$0")"
4
source enter-env
5
exec ../crm/manage.py runserver 0.0.0.0:8000