Complete project revamp with a bunch of commits #37
1 changed files with 5 additions and 0 deletions
5
start.sh
5
start.sh
|
@ -4,6 +4,11 @@ basedir=$(dirname "$0")
|
||||||
basedir=$(realpath $basedir)
|
basedir=$(realpath $basedir)
|
||||||
cd "$basedir"
|
cd "$basedir"
|
||||||
|
|
||||||
|
# Set file permissions
|
||||||
|
chmod -c -R g-w,o-rwx *
|
||||||
|
chmod -c -R g-w,o-rwx .git/
|
||||||
|
chmod -c -R g-w,o-rwx .gitignore
|
||||||
|
|
||||||
export PYTHONPATH="$basedir"
|
export PYTHONPATH="$basedir"
|
||||||
export DJANGO_SETTINGS_MODULE="project.settings"
|
export DJANGO_SETTINGS_MODULE="project.settings"
|
||||||
export APP_VERSION="revamp-pre"
|
export APP_VERSION="revamp-pre"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue