Name |
Last commit
|
Last update |
---|---|---|
.. | ||
features | ||
management | ||
tests | ||
views | ||
__init__.py | ||
context_processors.py | ||
course_info_model.py | ||
debug_file_uploader.py | ||
transcripts_utils.py | ||
utils.py |
This adds a simple mechanism to view any template file directly in a browser. The intention is that we can use this to build up reference HTML files which illustrate common UX patterns. We can then view the resulting pages without having to have a working implementation. In development mode, the URL is /template followed by the path to the template file. For example, you can view the 404 page at: /template/404.html You can also supply string parameters to the template by specifying them as query parameters in the URL. e.g. /template/my_template?name=Foo
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
features | Loading commit data... | |
management | Loading commit data... | |
tests | Loading commit data... | |
views | Loading commit data... | |
__init__.py | Loading commit data... | |
context_processors.py | Loading commit data... | |
course_info_model.py | Loading commit data... | |
debug_file_uploader.py | Loading commit data... | |
transcripts_utils.py | Loading commit data... | |
utils.py | Loading commit data... |