> Templates dirrectory is present in the built package now:

Hi, thanks, but there are no templates in it:

#+begin_example
|           |   |-- templates
|           |   |   |-- __init__.py
|           |   |   |-- __pycache__
|           |   |   |   `-- __init__.cpython-310.pyc
|           |   |   `-- compressor
|           |   |       |-- __init__.py
|           |   |       `-- __pycache__
|           |   |           `-- __init__.cpython-310.pyc
#+end_example

Also making those dirs python packages may create problems on its own.

Django looks for templates by naming convetion and does not need this.



Reply via email to