From 9cab1c2194b89d9bea8247711022f1ebb1d3a559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 14 Jul 2020 10:02:16 +0800 Subject: [PATCH] Added documentation to the accounting utilities. --- accounting/utils.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/accounting/utils.py b/accounting/utils.py index 2c881df..c0ec0f6 100644 --- a/accounting/utils.py +++ b/accounting/utils.py @@ -1,3 +1,24 @@ +# The accounting application of the Mia project. +# by imacat , 2020/7/13 + +# Copyright (c) 2020 imacat. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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 utilities of the accounting application. + +""" + from django.conf import settings from django.urls import reverse