Refactor: split code into several django apps (we call them modules).
This commit is contained in:
@@ -0,0 +1 @@
|
||||
default_app_config = 'dav_base.apps.AppConfig'
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
default_app_config = 'dav_base.apps.AppConfig'
|
||||