This website requires JavaScript.
Explore
Help
Sign in
archive
/
website-2020-spike
Archived
Watch
1
Fork
You've already forked website-2020-spike
0
Code
Releases
Packages
Activity
This repository has been archived on
2023-03-26
. You can view files and clone it, but cannot push or open issues or pull requests.
master
website-2020-spike
/
scripts
/
start.sh
10 lines
99 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
init Django project
2020-04-12 14:41:27 +01:00
#!/usr/bin/env bash
set
-e
export
PATH
=
env/bin:
${
PATH
}
Debug should be true during local dev
2020-04-12 15:48:21 +01:00
export
DEBUG
=
true
init Django project
2020-04-12 14:41:27 +01:00
./manage.py runserver
Copy permalink