Skip to content

Commit

Permalink
Merge pull request #11 from DeadliestDemon/main
Browse files Browse the repository at this point in the history
Updated input as flags
  • Loading branch information
ABHAY0O7 authored Oct 15, 2022
2 parents 94f017d + 78a563c commit 3113ade
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ echo start

echo please install python3, python3-pip, python3-django if not present

echo give name alt to Backend
name=$1
base=$2

read name

echo give alt name to BASE

read base
echo $name $base

python3 -m venv env

Expand Down

0 comments on commit 3113ade

Please sign in to comment.