Skip to content

traditio/django-mass-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

massadmin

Mass updatting objects in Django's admin site.

How to install

  1. Put massadmin on your project path (the one with the __init__.py & urls.py)
  2. Add 'massadmin' to INSTALLED_APPS in settings.py
  3. Change line 9 in urls.py: ... 'server.massadmin.massadmin.mass_change_view' to reference the appropriate location of massadmin
  4. Add url(r'^admin/', include("massadmin.urls")), to urls.py

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages