django1/tests/admin_scripts/custom_templates/project_template
Chris Lamb abc0777b63 Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Debian packages unconditionally byte-compile .py files on installation and
do not silence errors by design. Therefore, we need a way of shipping these
invalid .py files without a .py extension but ensuring that when we
template them, they end up as .py.

We don't special-case .py files so that the all the TemplateCommand
command-line options (eg. extra_files and extensions) still work entirely
as expected and it may even be useful for other formats too.
2016-01-25 12:39:06 -05:00
..
additional_dir Fixed #22699 -- Configure default settings in some management commands. 2014-05-27 21:43:52 +02:00
project_name Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
manage.py-tpl Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. 2016-01-25 12:39:06 -05:00
ticket-18091-non-ascii-template.txt Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
ticket-19397-binary-file.ico Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00