• Chris Lamb's avatar
    Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix. · abc0777b
    Chris Lamb yazdı
    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.
    abc0777b
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
test_settings.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...