Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-freezer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-freezer

Print pip freeze in your admin panel

  • 0.1.4
  • PyPI
  • Socket score

Maintainers
1

============== django-freezer

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

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 <https://docs.djangoproject.com/en/1.7/ref/contrib/admin/#django.contrib.admin.autodiscover>_

Running unit tests

Just use tox:: $ tox

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc