Metadata-Version: 1.0
Name: django-datatables
Version: 0.2a1-r48
Summary: Django integration of DataTables jQuery plugin.
Home-page: https://projects.ninemoreminutes.com/projects/django-datatables/
Author: Nine More Minutes, Inc.
Author-email: support@ninemoreminutes.com
License: BSD
Description: The Django DataTables library provides a reusable Django application to easily
        integrate the DataTables jQuery plugin into a project.
        
        It is currently considered an alpha release.  It works for me for a few
        projects, but may not be ready for your production application.  The classes,
        functions and parameters are subject to change in future releases.
        
        It is tested against Python 2.6 and Python 2.7 using Django 1.4, 1.5 and 1.6.
        
        To get started with the test_project, use the following commands to setup your
        test database and run the development server:
        
            ./manage.py syncdb --migrate
            ./manage.py loaddata fortunecookies
            ./manage.py runserver
        
        Then connect to http://localhost:8044/ to view the sample datatable.
        
Keywords: django datatables jquery tables
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
