Преглед на файлове

Add template module cache dir.

master
Ben Kurtovic преди 7 години
родител
ревизия
a43bb9b13c
променени са 2 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +1
    -0
      .gitignore
  2. +2
    -0
      calefaction/config.py

+ 1
- 0
.gitignore Целия файл

@@ -6,6 +6,7 @@ config/*
config/modules/*
data/*
logs/
templates/.cache/

!config/*.sample
!config/modules


+ 2
- 0
calefaction/config.py Целия файл

@@ -73,6 +73,8 @@ class Config:
"""Install relevant config into the application, including modules."""
app.config["SERVER_NAME"] = self.get("site.canonical")
app.config["PREFERRED_URL_SCHEME"] = self.scheme
app.config["MAKO_MODULE_DIRECTORY"] = str(
self._dir.parent / "templates" / ".cache")
app.secret_key = self.get("auth.session_key")

for module in self.modules:


Зареждане…
Отказ
Запис