Show
Ignore:
Timestamp:
02/20/09 19:23:48 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
8e190b5404bcc72bccbbecf78e29d5c33a730180
Parents:
72e8fdfdb93523240b9e923989ef66afc0e4cf14
git-committer:
Frederic Lepied <frederic.lepied@…> (02/20/09 19:23:48)
Message:

added a page to display infos about a system and some navigation into all the systems

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • urls.py

    rbcaf349 r368f6e1  
    2727    (r'^testcontent/(?P<logid>[0-9]+)/$', 'tester.views.content'), 
    2828    (r'^script/(?P<name>.+)/$', 'tester.views.script'), 
     29    (r'^system/(?P<sysid>[0-9]+)/$', 'tester.views.system'), 
    2930 
    3031    # Uncomment the next line to enable the admin: