Print pip freeze in your admin panel
Project description
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file django-freezer-0.1.4.tar.gz
.
File metadata
- Download URL: django-freezer-0.1.4.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a41e77813869a3d53981454423da040f8009d5f12c8e0b4c6ca8453e78e78fa3 |
|
MD5 | 15a4e7b296515766d7817fab623c8e33 |
|
BLAKE2b-256 | 2309aeb4c843c2dcc0093e53e77d384bd1d882afdaf0e3de3c25d79bbb945aa7 |
File details
Details for the file django_freezer-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_freezer-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 190fedd469e255df66f328e5810f0f34f9fc24d4e0a61977f42329f8af38ee6b |
|
MD5 | c33f09da37b9e9dce32c192fa68bf537 |
|
BLAKE2b-256 | be9cb3e2044e59bc0dfc17154d34c2b974f956affd2edc17f1f3648b2808eb13 |