1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 10:34:49 +00:00

Accounts app improvements and tests

This commit is contained in:
Real-Gecko 2020-10-14 14:37:46 +06:00
parent 8afef36656
commit e6df0d9794
20 changed files with 622 additions and 227 deletions

View file

@ -1,7 +1,7 @@
from .models import AppSettings
class Settings(object):
class Settings:
pass