Added URLHook to Checklist Extension Options page
Review Request #6135 — Created July 23, 2014 and discarded — Latest diff uploaded
Defined a new file, urls.py, to take care of url patterns. Also, Added a URLHook using the urlPattern.
Added a statement to register templates resource to its model.
Created manager.html, and connected it in views.py
opened the link [server]/checklist/manager/
The server serves the empty page 'manager.html' with its Title
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.
orig
1
2
3
4
5
6
7
checklist/checklist/extension.py |
---|
checklist/checklist/urls.py |
---|