*********************
Django Admin Tailwind
*********************
.. image:: https://img.shields.io/pypi/v/django-admin-tailwind
:target: https://pypi.org/project/django-admin-tailwind/
.. image:: https://img.shields.io/pypi/pyversions/django-admin-tailwind
:target: https://pypi.org/project/django-admin-tailwind/
`Django Admin <https://docs.djangoproject.com/fr/3.2/ref/contrib/admin/>`_ + `Tailwind <https://tailwindcss.com/>`_ = 🚀
django-admin-tailwind is a theme for Django Admin developed with :
- Tailwind class
- `Tailwind forms <https://github.com/tailwindlabs/tailwindcss-forms>`_
- Tailwind dark mode
**WARNING** : Some Django form fields are not yet developed.
.. image:: https://static.snoweb.fr/images/django-admin-tailwind.original.jpg
Setup
#####
Install with pip :
``pip install django-admin-tailwind``
Add django-admin-tailwind to django apps installed :
::
INSTALLED_APPS = [
...
'django_admin_tailwind',
...
'django.contrib.admin',
]
Dev
###
::
python manage.py migrate
python manage.py init
Log in with django:tailwind
Raw data
{
"_id": null,
"home_page": "https://github.com/Aleksi44/django-admin-tailwind",
"name": "django-admin-tailwind",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "django django-admin tailwind",
"author": "Alexis Le Baron",
"author_email": "hello@snoweb.fr",
"download_url": "https://files.pythonhosted.org/packages/45/ce/2b150744a0ee0b55bf9c0ddbc68f9bb430eabf10e3f2c2284ee52032f62c/django-admin-tailwind-0.0.31.tar.gz",
"platform": "linux",
"description": "*********************\nDjango Admin Tailwind\n*********************\n\n.. image:: https://img.shields.io/pypi/v/django-admin-tailwind\n :target: https://pypi.org/project/django-admin-tailwind/\n\n.. image:: https://img.shields.io/pypi/pyversions/django-admin-tailwind\n :target: https://pypi.org/project/django-admin-tailwind/\n\n\n`Django Admin <https://docs.djangoproject.com/fr/3.2/ref/contrib/admin/>`_ + `Tailwind <https://tailwindcss.com/>`_ = \ud83d\ude80\n\ndjango-admin-tailwind is a theme for Django Admin developed with :\n\n- Tailwind class\n- `Tailwind forms <https://github.com/tailwindlabs/tailwindcss-forms>`_\n- Tailwind dark mode\n\n**WARNING** : Some Django form fields are not yet developed.\n\n.. image:: https://static.snoweb.fr/images/django-admin-tailwind.original.jpg\n\nSetup\n#####\n\nInstall with pip :\n\n``pip install django-admin-tailwind``\n\nAdd django-admin-tailwind to django apps installed :\n::\n\n INSTALLED_APPS = [\n ...\n 'django_admin_tailwind',\n ...\n 'django.contrib.admin',\n ]\n\n\nDev\n###\n\n::\n\n python manage.py migrate\n python manage.py init\n\nLog in with django:tailwind\n\n\n",
"bugtrack_url": null,
"license": "GPL-3.0",
"summary": "Django Admin Tailwind",
"version": "0.0.31",
"project_urls": {
"Homepage": "https://github.com/Aleksi44/django-admin-tailwind"
},
"split_keywords": [
"django",
"django-admin",
"tailwind"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6226f560eac27f9ae6f3e8a307ec54a96aaa644e6a26f20dc2010c053d42fb70",
"md5": "4db297eaa05996a4b3fbc8fb4573264f",
"sha256": "fa35b013fedc4d834e9cb30131dcfbb7793b71839c2e9f755dfa068fea8a976e"
},
"downloads": -1,
"filename": "django_admin_tailwind-0.0.31-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4db297eaa05996a4b3fbc8fb4573264f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 86880,
"upload_time": "2023-05-30T08:38:37",
"upload_time_iso_8601": "2023-05-30T08:38:37.057195Z",
"url": "https://files.pythonhosted.org/packages/62/26/f560eac27f9ae6f3e8a307ec54a96aaa644e6a26f20dc2010c053d42fb70/django_admin_tailwind-0.0.31-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "45ce2b150744a0ee0b55bf9c0ddbc68f9bb430eabf10e3f2c2284ee52032f62c",
"md5": "df9d71dc7fe238fa108c6869ddd91046",
"sha256": "8acbea7a6e4a94b1650832b4de626904cc1c8ef27bc473132683a55bb3168cad"
},
"downloads": -1,
"filename": "django-admin-tailwind-0.0.31.tar.gz",
"has_sig": false,
"md5_digest": "df9d71dc7fe238fa108c6869ddd91046",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 58624,
"upload_time": "2023-05-30T08:38:39",
"upload_time_iso_8601": "2023-05-30T08:38:39.508519Z",
"url": "https://files.pythonhosted.org/packages/45/ce/2b150744a0ee0b55bf9c0ddbc68f9bb430eabf10e3f2c2284ee52032f62c/django-admin-tailwind-0.0.31.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-30 08:38:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Aleksi44",
"github_project": "django-admin-tailwind",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "django-admin-tailwind"
}