Unverified Kaydet (Commit) 3505b876 authored tarafından Uğur Özyılmazel's avatar Uğur Özyılmazel

Drop older Django versions support

üst dbcf1c9d
......@@ -20,8 +20,6 @@ color_r=$(tput sgr0) # reset
AVAILABLE_OPTIONS=(
"Django 2.1.7"
"Django 2.1.5"
"Django 2.1.3"
"Django 2.0.5"
"Cancel and quit"
)
......@@ -38,14 +36,6 @@ do
PACKAGE="django-2.1.5"
break
;;
"Django 2.1.3")
PACKAGE="django-2.1.3"
break
;;
"Django 2.0.5")
PACKAGE="django-2.0.5"
break
;;
"Cancel and quit")
echo "Canceled..."
exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment