add session management api; add more unit tests for account module

This commit is contained in:
zema1
2017-09-16 10:38:49 +08:00
parent a3ca8b2336
commit 1ee0596a3a
9 changed files with 320 additions and 17 deletions

View File

@@ -1 +1 @@
default_app_config = 'account.apps.ProfilesConfig'
default_app_config = "account.apps.ProfilesConfig"