Add first accounting implementation

This commit is contained in:
Skia
2016-01-28 16:53:37 +01:00
parent 2b999d87ba
commit f71ce2f7df
12 changed files with 245 additions and 4 deletions

3
accounting/tests.py Normal file
View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.