Project

General

Profile

Statistics
| Branch: | Revision:

root / env / run-server @ master

History | View | Annotate | Download (96 Bytes)

1
#!/bin/bash
2

    
3
cd "$(dirname "$0")"
4
source enter-env
5
exec ../crm/manage.py runserver 0.0.0.0:8000