Metadata-Version: 2.1
Name: django-user-states
Version: 1.0.0
Summary: A simple Django application that adds extensible User States.
Home-page: https://github.com/czahrien/
Author: porowns
Author-email: czahrien@gmail.com
License: MIT License
Description: # Django User States
        The Django State connector provides a mechanism similar to groups which manages associating a user with a group based on a manner in which app developers are able to customize the behavior through model polymorphism.
        
        ## Installation
        1. Add `django_user_states` to your INSTALLED_APPS
        2. Run `python3 manage.py migrate` to create the django_user_states models
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
