Metadata-Version: 1.1
Name: django-testlink
Version: 0.0.1
Summary: A Django app to integrate php testlink 1.9.16 into Django system.
Home-page: https://www.example.com/
Author: Lang Ma
Author-email: malang321@163.com
License: BSD License
Description: =====
        Django Testlink
        =====
        A Django app to integrate php testlink 1.9.16 into Django system.
        
        Detailed documentation is in the "docs" directory.
        Quick start
        -----------
        
        1. Add "django-testlink" to your INSTALLED_APPS setting like this::
           INSTALLED_APPS = [
           ...
           'django-testlink', ]
        
        2. Include the polls URLconf in your project urls.py like this::
           url(r'^testlink/', include('testlink.urls')),
        
        3. Run `python manage.py migrate` to create the polls models.
        
        4. Start the development server and visit http://127.0.0.1:8000/admin/
                 to use testlink (you'll need the Admin app enabled).
        
        5. Visit http://127.0.0.1:8000/testlink/ to participate in the poll.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
