Example used in the blog post How to Add User Profile To Django Admin
git clone https://github.com/sibtc/django-admin-user-profile.gitpip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserverNow open the Django admin in a web browser: 127.0.0.1:8000/admin/