Skip to content

Commit

Permalink
tracking concept
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavagrawal89 committed Sep 19, 2013
1 parent cc9926f commit 1a8ec51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions click_to_call/urls.py
Expand Up @@ -13,6 +13,9 @@
(r'^send_call/$', send_call),
(r'^dialagent/$', dialagent),
(r'^hangup_lead/$', hangup_lead),
#Care to have some basic tracking?
(r'^track_lead/$', track_lead),
###################################
(r'^site_media/(?P<path>.*)$', 'django.views.static.serve', { 'document_root': site_media }),
# Examples:
# url(r'^$', 'click_to_call.views.home', name='home'),
Expand Down

0 comments on commit 1a8ec51

Please sign in to comment.