Skip to content

Commit 3a46ead

Browse files
committed
[ADD] chapter3-models and basic fields: added EstateProperty model with all required fields
1 parent b1b299d commit 3a46ead

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

estate/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from . import estate_property # noqa: F401
1+
from . import estate_property # noqa: F401

estate/models/estate_property.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ class EstateProperty(models.Model):
2727
],
2828
string="Garden Orientation"
2929
)
30-

0 commit comments

Comments
 (0)