Metadata-Version: 1.1
Name: zusha-web-app
Version: 0.0.1
Summary: Web server for Zusha mobile app.
Home-page: https://github.com/samsonmuoki/zusha_web_app
Author: Samson Muoki
Author-email: samsonmuoki@gmail.com
License: BSD License
Description: 
        =====
        ZUSHA
        =====
        
        Polls is a simple Django app to conduct Web-based polls. For each
        question, visitors can choose between a fixed number of answers.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. To be overwritten
        2. To be overwritten
        3. Run `python manage.py migrate` to create migrations.
        
        4. Start the development server and visit http://127.0.0.1:8000/
        
        5. Visit https://zusha.duckdns.org
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.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
