Skip to content

Commit ca8c609

Browse files
committed
[ADD] estate: new 'estate' module
Initializes the basic structure for the real estate module. - Creates the module scaffolding (manifest, init, and base directories). - Defines the initial 'estate.property' model. - Adds base fields (columns) to the new model.
1 parent 2e0af73 commit ca8c609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from . import models
1+
from . import models

0 commit comments

Comments
 (0)