Add tools, first interface, no functionality yet

This commit is contained in:
Oliver Falk
2018-07-02 14:26:09 +02:00
parent 991a0f33f9
commit 2f980479a5
6 changed files with 127 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ INSTALLED_APPS.extend([
'anymail',
'ivatar',
'ivatar.ivataraccount',
'ivatar.tools',
])
from ivatar.settings import MIDDLEWARE # noqa