Example created for the blog post How to Use Django's Built-in Login System at simpleisbetterthancomplex.com.
git clone https://github.com/sibtc/simple-django-login.git
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver