Revised the documentation.

This commit is contained in:
依瑪貓 2020-07-08 07:24:36 +08:00
parent 6da65f00ba
commit 6f604f1c86
7 changed files with 15 additions and 5 deletions

View File

@ -15,7 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""The utilities for the HTTP digest authentication.
"""The HTTP digest authentication utilities of the Mia core
application.
"""
from functools import wraps

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""The data models of the mia core application.
"""The data models of the Mia core application.
"""

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""The utilities of the period chooser of the Mia core application.
"""The period chooser utilities of the Mia core application.
"""

View File

@ -14,6 +14,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""The template filters of the Mia core application.
"""
from datetime import date
from django import template

View File

@ -15,6 +15,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""The template tags of the Mia core application.
"""
from django import template
register = template.Library()

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""The views of the mia core application.
"""The views of the Mia core application.
"""

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""The views of the mia core application.
"""The views of the Mia core application.
"""