Changeset 7218e7ce77d425dcf3e8c6e1bea40242315868c4 for urls.py
- Timestamp:
- 02/10/09 20:28:48 (3 years ago)
- Children:
- 4170c22b454a672cea64e02c9199b7099dbc9606
- Parents:
- 8784edeece399f9d7eae5a786ea7a0f30a7732da
- git-committer:
- Frederic Lepied <frederic.lepied@…> (02/10/09 20:28:48)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
urls.py
r8784ede r7218e7c 17 17 (r'^profile/(?P<mac>[a-fA-F0-9:-]+)/$', 'pxe.views.profile'), 18 18 (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'), 19 23 20 24 # Uncomment the next line to enable the admin:
