Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
(r'^test/$', 'testView'), (r'^list/([A-Za-z0-9_,]+)/([A-Za-z0-9_,]+)/$', 'mpaManipulatorList'), url(r'^([A-Za-z0-9_,]+)/$', 'multi_generic_manipulator_view', name='manipulate'), url(r'^$', 'multi_generic_manipulator_view', {'manipulators': None}, name='manipulate-blank'), url(r'^/$', 'multi_generic_manipulator_view', {'manipulators': None}, name='manipulate-blank'), ) |