derlin / django-adminutils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-adminutils

Utilities to make developing with the Django admin a better experience.

Development

To release:

  • Ensure everything is committed.
  • Ensure the HISTORY.rst and the __init__.py files are up to date with information about the release.
  • Run python setup.py publish
  • Tag the release in git and push the tag: git tag X.Y.Z && git push --tags.

About

License:MIT License


Languages

Language:Python 69.5%Language:HTML 21.6%Language:CSS 8.4%Language:Makefile 0.5%