class documentation

class Apartment(models.Model):

View In Hierarchy

This is Apartment database structure.

Class Variable address Address of Apartment
Class Variable facilities Facilities of Apartment
Class Variable id Autogenerated Primary ID of Apartment
Class Variable owner_id Owner ID of respective Apartment
address =

Address of Apartment

facilities =

Facilities of Apartment

id =

Autogenerated Primary ID of Apartment

owner_id =

Owner ID of respective Apartment