function djang-create-project
This commit is contained in:
parent
1b6e26c902
commit
3368a564b0
@ -9,7 +9,8 @@ readonly project_name="${1}"
|
||||
mkdir "${project_name}"
|
||||
cd "${project_name}"
|
||||
python3 -m virtualenv venv
|
||||
#shellcheck disable=SC1091
|
||||
. venv/bin/activate
|
||||
pip install django
|
||||
django-admin startproject core .
|
||||
git init
|
||||
git init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user