Show
Ignore:
Timestamp:
02/13/09 14:09:59 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
bcaf3494df73e30262f508a84aa50fad8bc1d24a
Parents:
1641e797df31622a217ebb7904b766db82a1209d
git-committer:
Frederic Lepied <frederic.lepied@…> (02/13/09 14:09:59)
Message:

pass the logid to the upload url/function

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • urls.py

    r5fc8fc0 r531ce3a  
    1818    (r'^profile/$', 'pxe.views.profile1'), 
    1919                        
    20     (r'^upload/$', 'tester.views.upload_file'), 
     20    (r'^upload/(?P<logid>[0-9]+)/$', 'tester.views.upload_file'), 
    2121    (r'^nexttest/$', 'tester.views.next_test1'), 
    2222    (r'^nexttest/(?P<mac>[a-fA-F0-9:-]+)/$', 'tester.views.next_test'),