{ "info": { "author": "Roberto Rosario", "author_email": "roberto.rosario.gonzalez@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "|PyPI badge| |Installs badge| |License badge| |Wheel badge|\n\nDescription\n-----------\nAutomatic admin users for Django projects.\n\n|Screenshot|\n\nLicense\n-------\n\nThis project is open sourced under the `MIT License`_.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install django-autoadmin\n\n* Add ``'autoadmin',`` to your project's ``INSTALLED_APPS`` list.\n* Load the **autoadmin_tags** in your login template.\n* Call the **autoadmin_partial** to display the information of the autogenerated admin user.\n* Use the management command **createautoadmin** to create an admin user with an automatic password.\n\nby default, django-autoadmin creates a django superuser with the ``username=\"admin\"``, ``email=\"autoadmin@example.com\"`` and ``password`` randomly generated.\n\nyou could modify this by creating the following variables in your settings file\n\n``AUTOADMIN_USERNAME=\"your_custom_username\"``\n\n``AUTOADMIN_EMAIL=\"your_custom_email\"``\n\n``AUTOADMIN_PASSWORD=\"your_custom_password\"``\n\nNOTE: if ``AUTOADMIN_PASSWORD`` is ``None``, the password will be randomly generated.\n\n\nContribute\n----------\n\n- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.\n- Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).\n- Write a test which shows that the bug was fixed or that the feature works as expected.\n- Make sure to add yourself to the `AUTHORS file`_.\n- Send a pull request\n\n.. _`MIT License`: https://github.com/rosarior/django-autoadmin/blob/master/AUTHORS.rst\n.. _`the repository`: http://github.com/rosarior/django-autoadmin\n.. _`AUTHORS file`: https://github.com/rosarior/django-autoadmin/blob/master/AUTHORS.rst\n.. |Screenshot| image:: https://raw.githubusercontent.com/rosarior/django-autoadmin/master/Screenshot.png\n\n\n.. |Installs badge| image:: http://img.shields.io/pypi/dm/django-autoadmin.svg?style=flat\n :target: https://crate.io/packages/django-autoadmin/\n.. |PyPI badge| image:: http://img.shields.io/pypi/v/django-autoadmin.svg?style=flat\n :target: http://badge.fury.io/py/django-autoadmin\n.. |Wheel badge| image:: http://img.shields.io/badge/wheel-yes-green.svg?style=flat\n.. |License badge| image:: http://img.shields.io/badge/license-MIT-green.svg?style=flat\n\n\n1.1.1 (2016-05-05)\n==================\n- Include missing migrations into package.\n\n1.1.0 (2015-10-16)\n==================\n- Corrected a situation where project migrating database from old version not using django-autoadmin would have problem logging in.\n- Added a test project\n- Code coverage is now 100%\n- Added tox test support\n- Setting overrides now work all the time\n- django-autoadmin is now tested against Python 2.7, 3.2, 3.3, 3.4, Django 1.7 and 1.8\n- Removed all PEP8 warnings\n- All autoadmin code was moved from the management command to the AutoAdminSingleton manager\n\n1.0.1 (2015-06-14)\n==================\n\n- No changes, just a version bump as required by PyPI\n\n1.0.0 (2015-06-14)\n==================\n\n- Update included partial template\n- Django admin interface enabled\n- Drop support for Django < 1.6\n- Adds support Django >= 1.7\n- Autoadmin user is no longer created after database migration\n- Add new createautoadmin management command\n- Uses Django's own createsuperuser management command\n- Adds Django native database migrations\n- Uses AppConfig to about running code during import\n- Adds supports for custom User models\n- ENABLE setting removed\n- Default email changed to autoadmin@example.com\n\n0.5.0 (2014-08-25)\n==================\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rosarior/django-autoadmin", "keywords": null, "license": "The MIT License (MIT)\n\nCopyright (c) 2014 Roberto Rosario\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "django-autoadmin", "package_url": "https://pypi.org/project/django-autoadmin/", "platform": "any", "project_url": "https://pypi.org/project/django-autoadmin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rosarior/django-autoadmin" }, "release_url": "https://pypi.org/project/django-autoadmin/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Automatic admin users for Django projects.", "version": "1.1.1" }, "last_serial": 2101954, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "fadc1b011c6585f7dcb32c801043d48b", "sha256": "a80d21f066cdb9da28e8458df95cfb191306b08221de6c648bf8cd2cc9574349" }, "downloads": -1, "filename": "django_autoadmin-0.5.0-py2-none-any.whl", "has_sig": false, "md5_digest": "fadc1b011c6585f7dcb32c801043d48b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8760, "upload_time": "2014-08-25T22:26:32", "url": "https://files.pythonhosted.org/packages/c2/6c/4f9220c8de27657132a66a5cacb35cc529ea52d0f9f7568f55d14241c6a1/django_autoadmin-0.5.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "43c3fcf16d4b7f7784c874d933dcaa52", "sha256": "5666bb9875cb0986b1831b92f02d7ae23e70164c0214cd81cee40b89c73443ed" }, "downloads": -1, "filename": "django-autoadmin-0.5.0.tar.gz", "has_sig": false, "md5_digest": "43c3fcf16d4b7f7784c874d933dcaa52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5261, "upload_time": "2014-08-25T22:25:10", "url": "https://files.pythonhosted.org/packages/e9/49/a3bdd5c407c66485cd0834429728e41f3089177550f46349e57d13d0ea5f/django-autoadmin-0.5.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5b3780b4477d193e590407c983945c94", "sha256": "dabea77089ce117e1228e141bb2073b140feb5867b7f214f05eb2210fb25a69e" }, "downloads": -1, "filename": "django_autoadmin-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "5b3780b4477d193e590407c983945c94", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10848, "upload_time": "2015-06-14T07:45:46", "url": "https://files.pythonhosted.org/packages/5f/05/6bf4acb7af8c2ce94f66fd62f6ef1c0e7c2ef619c6b54f216650a0521518/django_autoadmin-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "42289d041d59cdc8f6c377b23a8969b5", "sha256": "c65a4f3614ca47afff49a4633fb48ac5012766ba577d18c4195b2bb3d0f77621" }, "downloads": -1, "filename": "django-autoadmin-1.0.1.tar.gz", "has_sig": false, "md5_digest": "42289d041d59cdc8f6c377b23a8969b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6064, "upload_time": "2015-06-14T07:45:35", "url": "https://files.pythonhosted.org/packages/b7/e7/e6d4a36cf65268ccaf6067aa28d8dfb8916fc739588be4c8bab886606e2d/django-autoadmin-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "0cb598e4ab99246506c2bb0a60a5d3af", "sha256": "24a1f940616ab9fe026bfabc7289d01b151b347f8fc20ce23a22cd35d619c58d" }, "downloads": -1, "filename": "django_autoadmin-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0cb598e4ab99246506c2bb0a60a5d3af", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 11827, "upload_time": "2015-10-16T07:14:53", "url": "https://files.pythonhosted.org/packages/dc/93/91560b1badb174b9a5198b3a1458505b3c1a2246455f859c4d1debbbbf51/django_autoadmin-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e6685da75307cc2d324391163a45cd02", "sha256": "815972f3b3f090bbeaa4b02ef31f89453792d995f2349809e92bc218611b02a3" }, "downloads": -1, "filename": "django-autoadmin-1.1.0.tar.gz", "has_sig": false, "md5_digest": "e6685da75307cc2d324391163a45cd02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7190, "upload_time": "2015-10-16T07:12:59", "url": "https://files.pythonhosted.org/packages/a5/5b/0fa2b6d613ccce14223ea711fccfbb0e41c50d5781088e8b687c81f4c818/django-autoadmin-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "8f309bc11f95a994ee651af915db8272", "sha256": "ea9e96c87f633fff21c656f89f6503d191d530d8e946233747dc377d78ea33dc" }, "downloads": -1, "filename": "django_autoadmin-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f309bc11f95a994ee651af915db8272", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12699, "upload_time": "2016-05-06T02:54:00", "url": "https://files.pythonhosted.org/packages/d4/fa/f8aeda31939fe11c5a50c4ead9f4ed8c47e777d9ccdce809e1d23ec22e22/django_autoadmin-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "310f392b968631b2162620443fe7ae90", "sha256": "6fb1d3475b3c1aec0a3101dc16b68726bb4516ed3f7cbb0891032cebdaff9f5b" }, "downloads": -1, "filename": "django-autoadmin-1.1.1.tar.gz", "has_sig": false, "md5_digest": "310f392b968631b2162620443fe7ae90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8176, "upload_time": "2016-05-06T02:50:12", "url": "https://files.pythonhosted.org/packages/b1/4f/bef700ed64aef3d09ce0c8949f63a69de61938b53c61ab0d9a1ffb20f9da/django-autoadmin-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f309bc11f95a994ee651af915db8272", "sha256": "ea9e96c87f633fff21c656f89f6503d191d530d8e946233747dc377d78ea33dc" }, "downloads": -1, "filename": "django_autoadmin-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f309bc11f95a994ee651af915db8272", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12699, "upload_time": "2016-05-06T02:54:00", "url": "https://files.pythonhosted.org/packages/d4/fa/f8aeda31939fe11c5a50c4ead9f4ed8c47e777d9ccdce809e1d23ec22e22/django_autoadmin-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "310f392b968631b2162620443fe7ae90", "sha256": "6fb1d3475b3c1aec0a3101dc16b68726bb4516ed3f7cbb0891032cebdaff9f5b" }, "downloads": -1, "filename": "django-autoadmin-1.1.1.tar.gz", "has_sig": false, "md5_digest": "310f392b968631b2162620443fe7ae90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8176, "upload_time": "2016-05-06T02:50:12", "url": "https://files.pythonhosted.org/packages/b1/4f/bef700ed64aef3d09ce0c8949f63a69de61938b53c61ab0d9a1ffb20f9da/django-autoadmin-1.1.1.tar.gz" } ] }