Django Bank Example Features Creating user with salted and hashed password Making money transfers Basic Django showcase What could have been done better User authentication done with Django integrated systems Abstract BankUser class inherited from django.contrib.auth.models.User (maybe?)