Show
Ignore:
Timestamp:
02/10/09 20:28:48 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
4170c22b454a672cea64e02c9199b7099dbc9606
Parents:
8784edeece399f9d7eae5a786ea7a0f30a7732da
git-committer:
Frederic Lepied <frederic.lepied@…> (02/10/09 20:28:48)
Message:

added a tester module

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • urls.py

    r8784ede r7218e7c  
    1717    (r'^profile/(?P<mac>[a-fA-F0-9:-]+)/$', 'pxe.views.profile'), 
    1818    (r'^profile/$', 'pxe.views.profile1'), 
     19                        
     20    (r'^upload/$', 'tester.views.upload_file'), 
     21    (r'^nexttest/$', 'tester.views.next_test1'), 
     22    (r'^nexttest/(?P<mac>[a-fA-F0-9:-]+)/$', 'tester.views.next_test'), 
    1923     
    2024    # Uncomment the next line to enable the admin: