Change app name apps => terrminal

This commit is contained in:
ibuler
2016-10-17 15:24:41 +08:00
parent 4531157c72
commit 303659cb0e
24 changed files with 100 additions and 78 deletions

View File

@@ -141,6 +141,10 @@ class User(AbstractUser):
else:
return False
@property
def is_terminal(self):
return False
@is_superuser.setter
def is_superuser(self, value):
if value is True: