1.started removal of CDNs.\n 2. Improved modular structure for all parts of project including database.

This commit is contained in:
2024-08-30 23:27:28 +01:00
parent 18977c8cac
commit f9cd9ec33a
2895 changed files with 490579 additions and 7561 deletions

View File

@@ -21,7 +21,7 @@ class Model_View_User(Model_View_Base):
def title(self):
return 'User'
def __init__(self, app, db):
def __init__(self, hash_page_current=Model_View_Base.HASH_PAGE_USER_ACCOUNT):
# Constructor
super().__init__(app=app, db=db)
super().__init__(hash_page_current=hash_page_current)