{ "info": { "author": "Nakahara Kunihiko/Samuel Colvin/Neil Clayton", "author_email": "nakahara.kunihiko@gmail.com/s@muelcolvin.com/neil@shinywhitebox.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "django-bootstrap3-datetimepicker\n================================\n\nThis package uses `Bootstrap v3 datetimepicker widget version\n4 `__.\n\nThis project was originally a fork of\ntutorcruncher/django-bootstrap3-datetimepicker, it now has the following\nbreaking changes:\n\n- Modified to work properly with Django 1.11 (didn\u2019t take into account\n previous versions)\n- js/css files are no longer included in the project, managing them is\n up to the user, eg. using\n `grablib `__.\n- the widget no longer has js/css assets. these are left for you to\n deploy as you wish.\n- bug/warning fixes\n- remove support for python 2.6 and associated clean up\n\nInstall\n-------\n\n::\n\n pip install django-bootstrap3-datetimepicker-3\n\nExample\n-------\n\nforms.py\n^^^^^^^^\n\n.. code:: python\n\n from bootstrap3_datetime.widgets import DateTimePicker\n from django import forms\n\n class ToDoForm(forms.Form):\n todo = forms.CharField(\n widget=forms.TextInput(attrs={\"class\": \"form-control\"}))\n date = forms.DateField(\n widget=DateTimePicker(options={\"format\": \"YYYY-MM-DD\"}))\n reminder = forms.DateTimeField(\n required=False,\n widget=DateTimePicker(options={\"format\": \"YYYY-MM-DD HH:mm\"}))\n\nThe ``options`` will be passed to the JavaScript datetimepicker\ninstance. Available ``options`` are explained in the following\ndocuments:\n\n- http://eonasdan.github.io/bootstrap-datetimepicker/\n\nYou don\u2019t need to set the ``language`` option, because it will be set\nthe current language of the thread automatically.\n\ntemplate.html\n^^^^^^^^^^^^^\n\n.. code:: html\n\n \n \n \n \n \n \n
\n {{ form|bootstrap }}\n {% csrf_token %}\n
\n \n
\n
\n \n \n\nHere we assume you\u2019re using\n`django-bootstrap-form `__\nor\n`django-jinja-bootstrap-form `__\nbut you can draw out your HTML manually.\n\nRequirements\n------------\n\n- Python >= 2.7\n- Django >= 1.11\n- Bootstrap == 3.X\n- Moment >= 2.10.6\n- bootstrap-datetimepicker >= 4.15.35\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shinywhitebox/django-bootstrap3-datetimepicker", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "django-bootstrap3-datetimepicker-3", "package_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-3/", "platform": "", "project_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-3/", "project_urls": { "Homepage": "https://github.com/shinywhitebox/django-bootstrap3-datetimepicker" }, "release_url": "https://pypi.org/project/django-bootstrap3-datetimepicker-3/2.6.0/", "requires_dist": null, "requires_python": "", "summary": "Bootstrap3 compatible datetimepicker for Django 1.11 projects.", "version": "2.6.0" }, "last_serial": 3388933, "releases": { "2.6.0": [ { "comment_text": "", "digests": { "md5": "f0f7b7b6f66869f3f60315c870089df8", "sha256": "21a63d2c89b9ed290a1dea3aa18e4422cc523f9540d149918a8bd74db5825503" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-3-2.6.0.tar.gz", "has_sig": false, "md5_digest": "f0f7b7b6f66869f3f60315c870089df8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4001, "upload_time": "2017-12-04T23:10:10", "url": "https://files.pythonhosted.org/packages/2d/8c/9e0576ec64942608ac955bd3078b66cf5ce6a88c38cf7581b368edd6e267/django-bootstrap3-datetimepicker-3-2.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f0f7b7b6f66869f3f60315c870089df8", "sha256": "21a63d2c89b9ed290a1dea3aa18e4422cc523f9540d149918a8bd74db5825503" }, "downloads": -1, "filename": "django-bootstrap3-datetimepicker-3-2.6.0.tar.gz", "has_sig": false, "md5_digest": "f0f7b7b6f66869f3f60315c870089df8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4001, "upload_time": "2017-12-04T23:10:10", "url": "https://files.pythonhosted.org/packages/2d/8c/9e0576ec64942608ac955bd3078b66cf5ce6a88c38cf7581b368edd6e267/django-bootstrap3-datetimepicker-3-2.6.0.tar.gz" } ] }