Metadata-Version: 1.1
Name: django-datetimepicker
Version: 2.3.1
Summary: Datetimepicker for Django projects.
Home-page: https://github.com/escodebar/django-datetimepicker.git
Author: Pablo Escodebar
Author-email: escodebar@gmail.com
License: Apache License 2.0
Description: django-datetimepicker
        ================================
        
        Uses xdsoft's datetimepicker to make a datetimepicker widget for django.
        This is inspired by the `django-bootstrap3-datetimepicker` application.
        
        
        Install
        -------------------------------
        
        * Run `pip install django-datetimepicker`
        * Add `'datetimepicker'` to your `INSTALLED_APPS`
        * Use `datetimepicker`
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
