{ "info": { "author": "Quique Porta", "author_email": "quiqueporta@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "django-admin-dialog\n===================\n\nShows a dialog popup with helptext for the admin fields that you have indicated.\n\nRequirements\n------------\n\n- django-redactoreditor\n\nInstallation\n------------\n\nInstall the app via pip:\n\n.. code-block:: bash\n\n $ pip install django-admin-dialog\n\nAdd `django_admin_dialog` and `redactor` to your installated apps:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'redactor',\n 'django_admin_dialog',\n ...\n\nAdd the context processor to your `TEMPLATE_CONTEXT_PROCESSORS`:\n\n.. code-block:: python\n\n TEMPLATE_CONTEXT_PROCESSORS = (\n ...\n 'django_admin_dialog.context_processors.django_admin_dialog',\n )\n\nOverride the admin base template (`base.html`) and include this:\n\n.. code-block:: html\n\n {% include \"django_admin_dialog/django_admin_dialog.html\" %}\n\nIn your admin.py file, add this mixin for all your ModelAdmin's that you want to add the dialog:\n\n.. code-block:: python\n\n from django_admin_dialog.mixins import DjangoAdminDialogMixin\n\n class MyModelAdmin(DjangoAdminDialogMixin, admin.ModelAdmin):\n ...\n\nAnd run the migrations:\n\n.. code-block:: bash\n\n $ manage.py migrate django_admin_dialog\n\nUsage\n-----\n\nAccess to the DjangoAdminDialog application.\n\n.. image:: https://raw.github.com/quiqueporta/django-admin-dialog/master/app.png\n\nIn this form you indicate the url on which you want to show the modal dialog boxes and the field id.\n\n.. image:: https://raw.github.com/quiqueporta/django-admin-dialog/master/admin_form.png\n\nIf you want to know the name of the form fields, you can set this setting variable:\n\n.. code-block:: python\n\n DJANGO_ADMIN_DIALOG_SHOW_IDS = True\n\nNow if you access to your model form, you can see the field id's next to them.\n\n.. image:: https://raw.github.com/quiqueporta/django-admin-dialog/master/field_ids.png\n\n\nWhen you access to your model admin form, you can see a new icon next to the field that you indicate previously.\n\n.. image:: https://raw.github.com/quiqueporta/django-admin-dialog/master/help_button.png\n\nAnd now you can click on this icon to show the dialog.\n\n.. image:: https://raw.github.com/quiqueporta/django-admin-dialog/master/help_dialog.png", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/quiqueporta/django-admin-dialog/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/quiqueporta/django-admin-dialog", "keywords": "django,tools", "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "django-admin-dialog", "package_url": "https://pypi.org/project/django-admin-dialog/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-admin-dialog/", "project_urls": { "Download": "https://github.com/quiqueporta/django-admin-dialog/releases", "Homepage": "https://github.com/quiqueporta/django-admin-dialog" }, "release_url": "https://pypi.org/project/django-admin-dialog/1.0.8/", "requires_dist": null, "requires_python": null, "summary": "Shows a dialog popup with helptext for the admin fields that you have indicated.", "version": "1.0.8" }, "last_serial": 1721661, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "38116cf2db708c983756255fe9913f97", "sha256": "8ea0905eea0c2991137bec8b92cb8141cf13010ccaa836ae974575ce0cc4b1da" }, "downloads": -1, "filename": "django-admin-dialog-1.0.5.tar.gz", "has_sig": false, "md5_digest": "38116cf2db708c983756255fe9913f97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99175, "upload_time": "2015-07-30T08:29:53", "url": "https://files.pythonhosted.org/packages/0c/e4/52e1b075ab4d9c76bc33a3fbf10a5080088f38c9ab2af3b1b151312b7c8c/django-admin-dialog-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "92e54c70e48af0e90cafacd2342577e6", "sha256": "7a74412ba74e32789cf17aeaaa89f15fab72774cba6af544b0ca4969c3f341c6" }, "downloads": -1, "filename": "django-admin-dialog-1.0.6.tar.gz", "has_sig": false, "md5_digest": "92e54c70e48af0e90cafacd2342577e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99199, "upload_time": "2015-08-17T07:34:06", "url": "https://files.pythonhosted.org/packages/3a/f5/e2d3af6d6b196401149f76f50f87a8ec9e6235a552c4d7ef660a40dc06ec/django-admin-dialog-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "ecb195a7dd54bbb3a9d66c342357cb46", "sha256": "6c42032b29e17113d073112cfca5c03d94a0cfe1af96a26283be1429527bec1b" }, "downloads": -1, "filename": "django-admin-dialog-1.0.7.tar.gz", "has_sig": false, "md5_digest": "ecb195a7dd54bbb3a9d66c342357cb46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99213, "upload_time": "2015-08-17T07:56:26", "url": "https://files.pythonhosted.org/packages/c8/43/a508d806848602e180f2adc9f6e85f3e47567ab6d3fbc4a4f3d49465e93f/django-admin-dialog-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "c6e2b97c73e4849354528a239b814ac0", "sha256": "0c384e4ff99e21327204437624a72c1bd9c96b85a3e6a8621e7c2c2d3c5b2f85" }, "downloads": -1, "filename": "django-admin-dialog-1.0.8.tar.gz", "has_sig": false, "md5_digest": "c6e2b97c73e4849354528a239b814ac0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99217, "upload_time": "2015-09-14T10:58:43", "url": "https://files.pythonhosted.org/packages/71/fa/fa8fa46e1c38bbabcb328aa8b9021ff5f58ce28cbfe447c6d029469e66ac/django-admin-dialog-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c6e2b97c73e4849354528a239b814ac0", "sha256": "0c384e4ff99e21327204437624a72c1bd9c96b85a3e6a8621e7c2c2d3c5b2f85" }, "downloads": -1, "filename": "django-admin-dialog-1.0.8.tar.gz", "has_sig": false, "md5_digest": "c6e2b97c73e4849354528a239b814ac0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99217, "upload_time": "2015-09-14T10:58:43", "url": "https://files.pythonhosted.org/packages/71/fa/fa8fa46e1c38bbabcb328aa8b9021ff5f58ce28cbfe447c6d029469e66ac/django-admin-dialog-1.0.8.tar.gz" } ] }