Skip to main content

Print pip freeze in your admin panel

Project description

https://travis-ci.org/inirudebwoy/django-freezer.svg?branch=master

Code can be found here. https://github.com/inirudebwoy/django-freezer

Docs. http://django-freezer.readthedocs.org

Installation

Install from pip:

pip install django-freezer

Put package in INSTALLED_APPS.:

INSTALLED_APPS += ('django_freezer',)

In urls.py add import of AdminSiteExtended from djangofreezer:

from django_freezer.admin import AdminSiteExtended

Next create new extended site before calling autodiscover():

admin.site = AdminSiteExtended()

If you are using Django 1.7 and higher than it is necessery to disable autodiscover as per manual

Running unit tests

Just use tox::

$ tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-freezer-0.1.4.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

django_freezer-0.1.4-py2.py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page