[Refactor] Rename the app module to calsocial

Just for clarity
This commit is contained in:
2018-07-02 08:33:21 +02:00
parent 6b3d36ff21
commit 7846d9017d
23 changed files with 9 additions and 9 deletions

3
calsocial/security.py Normal file
View File

@@ -0,0 +1,3 @@
from flask_security import Security
security = Security()