Install a local django in a virtualenv:
./install.sh
Or to install a specific django version:
./install.sh 5.0
List of available django versions:
https://pypi.python.org/pypi/Django
This will also activate the virtualenv and create a sqlite db
Active the virtualenv:
source AJAXSELECTS/bin/activate
./manage.py runserver
Go visit the admin site and play around: