Added the accounting application.

This commit is contained in:
2020-06-29 19:41:52 +08:00
parent 7d29dab314
commit fb95c0e073
7 changed files with 17 additions and 0 deletions

3
accounting/views.py Normal file
View File

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.