Metadata-Version: 1.1
Name: asianet-tracker
Version: 0.3
Summary: A simple Django app to track data from URL visits
Home-page: https://www.example.com/
Author: Sachin Prabhu
Author-email: sachin.prabhu@kuliza.com
License: BSD License
Description: =====
        Asianet-tracker
        =====
        
        Asianet-tracker is a simple Django app to log data from URL visits Web-based polls.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "asianet-tracker" to your INSTALLED_APPS setting like this::
        
               INSTALLED_APPS = [
                       ...
                               'asianet-tracker',
                                   ]
        
        2. Run `python manage.py migrate` to create the asianet-tracker models.
        
        3. Start the development server and visit http://127.0.0.1:8000/
        
        4. From views.py import track_this to include it in URLS you need to track
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
