Metadata-Version: 1.1
Name: django-auth-token-permission
Version: 0.1
Summary: A simple Django app to restful token based authorization including roles and permission.
Home-page: https://github.com/being-developer/DjangoRolePermissionTokenAuthorisation
Author: Gaurav Yadav
Author-email: gaurav.dev.iiitm@gmail.com
License: GPL License
Description: # DjangoRolePermissionTokenAuthorisation
        Basic Role permission based token system authorisation for django.
        
        Six Tables are used to maintain this token based role permission authorisation system.
        
        To use this app with you django project.
        
        Download and save the folder along side your other apps.
        
        Run makemigrations to make the migration script and then migrate to create the desired tables.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
