sibtc / django-admin-list-actions

Example created for the blog post "How to Create Django Admin List Actions"

Home Page:https://simpleisbetterthancomplex.com/tutorial/2017/03/14/how-to-create-django-admin-list-actions.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Admin List Actions

Example used in the blog post How to Create Django Admin List Actions

Running Locally

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

About

Example created for the blog post "How to Create Django Admin List Actions"

https://simpleisbetterthancomplex.com/tutorial/2017/03/14/how-to-create-django-admin-list-actions.html

License:MIT License


Languages

Language:Python 100.0%