{ "info": { "author": "Lorenzo Morandini", "author_email": "lorenzo.morandini94@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===============\ndjango-admin-material\n===============\n\ndjango-admin-material is a different style for Django Admin.\nIt is based on Material Design by Google https://material.io\n\nThe framework used is Materialize CSS https://materializecss.com\n\nNOTE: This project is still under development. Feel free to contribute and\nopen new issues if you find any problem.\nI will release the version 1.0.0 once it becomes stable and production ready.\n\nInstallation\n-----------\n\n1. Install using::\n\n pip install django-admin-material\n\n2. Add \"django_admin_material\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'django_admin_material',\n ]\n\nIt should be as high as possible, definetly higher than 'django.contrib.admin'\n\nDemo\n-----------\n\n1. Download/clone this repository\n2. Run (possibly in a virtual environment)::\n\n pip install -r requirements.txt\n\n3. Run::\n\n ./reset_db.sh\n\nIt will install the necessary migration and fixtures\n\n4. Run::\n\n python3 manage.py runserver\n\n5. Visit http://localhost:8000/admin\n6. Log in using \"admin:admin\"\n\n\nExamples\n-----------\n\n.. image:: docs/images/dashboard.png\n :width: 600\n\n.. image:: docs/images/changelist.png\n :width: 600\n\n.. image:: docs/images/form.png\n :width: 600\n\n.. image:: docs/images/inline.png\n :width: 600", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lorenzomorandini/django-admin-material", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-admin-material", "package_url": "https://pypi.org/project/django-admin-material/", "platform": "", "project_url": "https://pypi.org/project/django-admin-material/", "project_urls": { "Homepage": "https://github.com/lorenzomorandini/django-admin-material" }, "release_url": "https://pypi.org/project/django-admin-material/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A material style interface for Django Admin.", "version": "0.1.0" }, "last_serial": 5196630, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e6966af002376af610d1970bec20a268", "sha256": "18fc1b1e7b0be7690e23b81d6622e4203f2ba1b5341eaf76843c0d622ea4d828" }, "downloads": -1, "filename": "django-admin-material-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e6966af002376af610d1970bec20a268", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112077, "upload_time": "2019-04-27T13:08:18", "url": "https://files.pythonhosted.org/packages/9f/36/9cce15ef72f938e04f2b7f4a99939aa9c6b162b6f45b4d7b714ba01befe1/django-admin-material-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6966af002376af610d1970bec20a268", "sha256": "18fc1b1e7b0be7690e23b81d6622e4203f2ba1b5341eaf76843c0d622ea4d828" }, "downloads": -1, "filename": "django-admin-material-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e6966af002376af610d1970bec20a268", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112077, "upload_time": "2019-04-27T13:08:18", "url": "https://files.pythonhosted.org/packages/9f/36/9cce15ef72f938e04f2b7f4a99939aa9c6b162b6f45b4d7b714ba01befe1/django-admin-material-0.1.0.tar.gz" } ] }