Metadata-Version: 2.1
Name: django-tabula-auth
Version: 1.0.6
Summary: A simple Django app to conduct Web-based polls.
Home-page: UNKNOWN
Author: Danil Lugovskou
Author-email: danil@tar.fund
License: BSD License
Description: =====
        Tabula Auth
        =====
        
        Tabula Auth is a django authorization by Phone Number used in TabulaRassa products
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "polls" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'tabula_auth',
            ]
        
        2. Include the polls URLconf in your project urls.py like this::
        
            path('auth/', include(('tabula_auth.urls', 'tabula_auth'),
                                      namespace='tabula_auth')),
        
        3. Run `python manage.py migrate` to create the polls models.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD 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
