Project

General

Profile

Revision e0657267

IDe06572672cc356170812f7d26e46a4653bd5916d
Parent 38df0012
Child 049ebb6e

Added by Thomas Mullins about 11 years ago

Added add_card_event view and made some minor changes to models

View differences:

crm/crm/urls.py
10 10
    # url(r'^$', 'crm.views.home', name='home'),
11 11
    # url(r'^crm/', include('crm.foo.urls')),
12 12
    url(r'^roboauth/(?P<rfid_tag>[0-9A-Fa-f]+)/(?P<mach_num>\d+)/', 'robocrm.views.roboauth'),
13
    url(r'^add_card_event/', 'robocrm.views.add_card_event'),
13 14

  
14 15
    # Uncomment the admin/doc line below to enable admin documentation:
15 16
    # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),

Also available in: Unified diff