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.2.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file django-freezer-0.1.2.tar.gz
.
File metadata
- Download URL: django-freezer-0.1.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7eaa5a0cfcf38610d989cfbb221e4609c9a97fe17d1cb7940840f01f8c2827c5 |
|
MD5 | 2ca93579f738cb9c1242ae2b97d04bcf |
|
BLAKE2b-256 | 675fff60976eb01842892062166101508cedc91c2da9ca1adce1a19a81360fb6 |
File details
Details for the file django_freezer-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_freezer-0.1.2-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 | 08a9dbaf08df6fb2a854ab9ba918d356e2bad8c58bee33464edd2b27d6ca1bcd |
|
MD5 | 08beb1697b77e0202bccd9bf1e1ce64e |
|
BLAKE2b-256 | db1f6f379c0b5aca19a03bcdd9463f98731a7267001f970c322a5477cade3c48 |