Show
Ignore:
Timestamp:
02/02/09 19:13:07 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
72fb636a02c2eaee91479d49679c1602a32bef9c
Parents:
2c8d924d441cf07a1b6ddea49ac36defb3c88a06
git-committer:
Frederic Lepied <frederic.lepied@…> (02/02/09 19:13:07)
Message:

return the name of the profile for the given mac address

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • urls.py

    r693511a r853b6ff  
    1616    # (r'^admin/(.*)', admin.site.root), 
    1717    (r'^localboot/(?P<mac>[a-fA-F0-9:-]+)/$', 'pxe.views.localboot'), 
     18    (r'^profile/(?P<mac>[a-fA-F0-9:-]+)/$', 'pxe.views.profile'), 
    1819)