Metadata-Version: 2.1
Name: datatableview-user-columns
Version: 1.0.0rc2
Summary: Allows a user to specify columns for a datatableview
Home-page: https://github.com/icmanage/django-datatable-view-user-columns
Author: Steven Klass
Author-email: sklass@icmanage.com
License: UNKNOWN
Download-URL: https://github.com/icmanage/django-datatable-view-user-columns/archive/1.0.0rc2.tar.gz
Project-URL: Source, https://github.com/icmanage/django-datatable-view-user-columns
Project-URL: Bug Reports, https://github.com/icmanage/django-datatable-view-user-columns/issues
Project-URL: Say Thanks!, http://saythanks.io/to/rh0dium
Description: # Django Datatable view user columns repository
        
        This is a small repo to allow user based custom columns.
        
        Learn more https://github.com/icmanage/django-datatable-view-user-columns
        
        ### Build Process:
        1.  Update the `__version_info__` inside of the application. Commit and push.
        2.  Tag the release with the version. `git tag <version> -m "Release"; git push --tags`
        3.  Build the release `rm -rf dist build *egg-info; python setup.py sdist bdist_wheel`
        4.  Upload the data `twine upload dist/*`
        
Keywords: django datatableview
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
