Skip to main content

A simple Django app to track data from URL visits

Project 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asianet-tracker-0.4.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page