Refactoring

* create package from compensation/urls
* renames modules inside of compensation/urls and compensation/views
This commit is contained in:
2021-11-16 09:02:44 +01:00
parent 899bd28247
commit fd8ce4b2ec
9 changed files with 18 additions and 10 deletions
+3 -3
View File
@@ -5,6 +5,6 @@ Contact: michel.peltriaux@sgdnord.rlp.de
Created on: 16.11.21
"""
from .compensation_views import *
from .eco_account_views import *
from .payment_views import *
from .compensation import *
from .eco_account import *
from .payment import *