Skip to content

Asthenore/django-admin-user-profile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Admin User Profile

Example used in the blog post How to Add User Profile To Django Admin

Running Locally

git clone https://github.com/sibtc/django-admin-user-profile.git
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Now open the Django admin in a web browser: 127.0.0.1:8000/admin/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%