django-admin-generator

View on PyPIReverse Dependencies (1)

2.6.0 django_admin_generator-2.6.0-py2.py3-none-any.whl

Wheel Details

Project: django-admin-generator
Version: 2.6.0
Filename: django_admin_generator-2.6.0-py2.py3-none-any.whl
Download: [link]
Size: 14261
MD5: 4a9206bce451d818cac12637ad694e34
SHA256: f1964c8d20707fee0a0bbb83eafee8d1afb0bdfead0c6e7bff9ec549f02b238f
Uploaded: 2023-02-11 22:55:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: django-admin-generator
Version: 2.6.0
Summary: Django Admin Generator is a management command to automatically generate a Django `admin.py` file for given apps/models.
Author: Rick van Hattem
Author-Email: Wolph[at]Wol.ph
Home-Page: https://github.com/WoLpH/django-admin-generator/
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: django-utils2 (>=2.12.1)
Requires-Dist: python-utils (>=3.5.2)
Requires-Dist: six
Requires-Dist: django (>=3.2); extra == "docs"
Requires-Dist: mock; extra == "docs"
Requires-Dist: sphinx (>=1.6.0); extra == "docs"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-django; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Provides-Extra: docs
Provides-Extra: tests
[Description omitted; length: 1890 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
django_admin_generator/__about__.py sha256=ZanSBxEgcdoWbnCJFfDQ6jEgVqnOwXhHaP_HsGArhAY 368
django_admin_generator/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
django_admin_generator/management/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
django_admin_generator/management/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
django_admin_generator/management/commands/admin_generator.py sha256=0NUCNnrRzYiWOXl4V7vPaHACgRrGfdyGwPAZlK6b6uA 14495
test_project/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test_project/manage.py sha256=ltT7GwpcPvIwTXXDUIxPiKyvgcThPXwPKTdgD0kknUg 836
test_project/settings.py sha256=-MyFNsM1JWwZ6Mu5KKnrNoEuLeE350filCHOzjLdf3I 3249
test_project/test_commands.py sha256=NsN1LZu1CcgOqZRniAEDCchcwtj5j2ugJoENM3qah8E 2396
test_project/urls.py sha256=Hw9iYf1et_x3_ndHB6uts6p9zoRiml-J92YtlSsEPR4 766
test_project/wsgi.py sha256=72uczoI8knNwIYu2ZHsdbv-NxUYrGV7R-A4OL1UnMYE 402
test_project/test_app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test_project/test_app/models.py sha256=NPmczD6UEkeZfSUwnYZp2GVwB_f0rPM7GgcT-mqnho0 346
test_project/test_app/tests.py sha256=XBDamP62rVOP0zco5YqfJ0-h8EH17N2qWKnDrc7oyU8 383
test_project/test_app/views.py sha256=F42JXgnqFqK0fajXeutyJJxwOszRxoLMNkIhfc4Z7KI 26
test_project/test_app/migrations/0001_initial.py sha256=aZBlkfi8BQEMS9ROHH_KH2NdFVndARk3thRQb834uL0 2273
test_project/test_app/migrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test_project/test_app/sub_models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
test_project/test_app/sub_models/eggs.py sha256=bYeiwAwq0zcHctK9vb3VMlj3Ewoeu8wiWP7ZW9UCpoU 114
test_project/test_app/sub_models/meat.py sha256=9_ToUli5CaubJdQkTlnLSz0B1T_yuqnaLKxgRLDo9yk 97
test_project/test_app/sub_models/models.py sha256=cEPEZNQZVimHue4rGF_5Uc0IJRtlwvFX9ZqLAA9SUfo 450
django_admin_generator-2.6.0.dist-info/METADATA sha256=OQSY8gALgCVrI1N58f-98ypZiVn7liodOXtSpZaP3fk 3148
django_admin_generator-2.6.0.dist-info/WHEEL sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo 110
django_admin_generator-2.6.0.dist-info/top_level.txt sha256=OP8-EF0nh_y4MC4haBsWCzRFnBzwaxxFlqlKugGzOJ4 36
django_admin_generator-2.6.0.dist-info/RECORD

top_level.txt

django_admin_generator
test_project