django.apps.AppConfigWolfLease.authentication.apps.AuthenticationConfig - Authentication app configWolfLease.housing.apps.HousingConfig - This is configuration for Housing Module.django.db.migrations.MigrationWolfLease.housing.migrations.0001_initial.Migration - Intital Database SchemaWolfLease.housing.migrations.0002_alter_owner_contact_email_alter_user_contact_email.Migration - Modifying email fieldWolfLease.housing.migrations.0002_alter_owner_contact_email_alter_user_contact_email_and_more.Migration - Altering field names in Owner and User DatabaseWolfLease.housing.migrations.0003_alter_interested_flat_id.Migration - Adding foreign keys in Interested DatabaseWolfLease.housing.migrations.0004_merge_20221009_1347.Migration - Updated housing DatabaseWolfLease.housing.migrations.0005_alter_apartment_owner_id_and_more.Migration - UndocumentedWolfLease.housing.migrations.0006_alter_apartment_id_alter_flat_id_alter_lease_id_and_more.Migration - Undocumenteddjango.db.models.ModelWolfLease.housing.models.Apartment - This is Apartment database structure.WolfLease.housing.models.Flat - This is Flat database structure.WolfLease.housing.models.Interested - This is Interested database structure.WolfLease.housing.models.Lease - This is Lease database structure.WolfLease.housing.models.Owner - This is a Owner database structure.WolfLease.housing.models.User - This is User database structure.django.test.TestCaseWolfLease.housing.tests.ApartmentTests - This is Apartment test class.WolfLease.housing.tests.FlatTests - This is Flat test class.WolfLease.housing.tests.InterestedTests - This is Interested test class.WolfLease.housing.tests.LeaseTests - This is Lease test class.WolfLease.housing.tests.UserTests - This is User test class.rest_framework.generics.CreateAPIViewWolfLease.authentication.views.RegisterView - Register a new user.rest_framework.generics.ListCreateAPIViewWolfLease.housing.views.ApartmentViewSet - This viewset automatically provides CRUD actions for Apartment model.WolfLease.housing.views.FlatViewSet - This viewset automatically provides CRUD actions for Flat model.WolfLease.housing.views.InterestedViewSet - This viewset automatically provides CRUD actions for Interested model.WolfLease.housing.views.LeaseViewSet - This viewset automatically provides CRUD actions for Lease model.WolfLease.housing.views.OwnerViewSet - This viewset automatically provides CRUD actions for Owner model.WolfLease.housing.views.UserViewSet - This viewset automatically provides CRUD actions for User model.rest_framework.generics.RetrieveUpdateDestroyAPIViewWolfLease.housing.views.ApartmentViewSet - This viewset automatically provides CRUD actions for Apartment model.WolfLease.housing.views.FlatViewSet - This viewset automatically provides CRUD actions for Flat model.WolfLease.housing.views.InterestedViewSet - This viewset automatically provides CRUD actions for Interested model.WolfLease.housing.views.LeaseViewSet - This viewset automatically provides CRUD actions for Lease model.WolfLease.housing.views.OwnerViewSet - This viewset automatically provides CRUD actions for Owner model.WolfLease.housing.views.UserViewSet - This viewset automatically provides CRUD actions for User model.rest_framework.serializers.ModelSerializerWolfLease.authentication.serializers.RegisterSerializer - Serializer for user object.WolfLease.housing.serializers.ApartmentSerializer - This is ApartmentSerializer for Apartment model.WolfLease.housing.serializers.FlatSerializer - This is FlatSerializer for Flat model.WolfLease.housing.serializers.InterestedSerializer - This is InterestedSerializer for Interested model.WolfLease.housing.serializers.LeaseSerializer - This is LeaseSerializer for Lease model.WolfLease.housing.serializers.OwnerSerializer - This is OwnerSerializer for Owner model.WolfLease.housing.serializers.UserSerializer - This is UserSerializer for User model.rest_framework.serializers.SerializerWolfLease.authentication.serializers.LoginSerializer - Serializer for user login object.rest_framework.test.APITestCaseWolfLease.housing.tests.ApartmentTests - This is Apartment test class.WolfLease.housing.tests.FlatTests - This is Flat test class.WolfLease.housing.tests.InterestedTests - This is Interested test class.WolfLease.housing.tests.LeaseTests - This is Lease test class.WolfLease.housing.tests.OwnerTests - This is Owner test class.WolfLease.housing.tests.UserTests - This is User test class.rest_framework.views.APIViewWolfLease.authentication.views.LoginView - Login a user.WolfLease.authentication.views.LogoutView - Logout a user.WolfLease.authentication.serializers.LoginSerializer.Meta - Meta class to map serializer's fields with the model fields.WolfLease.authentication.serializers.RegisterSerializer.Meta - Meta class to map serializer's fields with the model fields.WolfLease.housing.serializers.ApartmentSerializer.Meta - This class contains fields to be serialized.WolfLease.housing.serializers.FlatSerializer.Meta - This class contains fields to be serialized.WolfLease.housing.serializers.InterestedSerializer.Meta - This class contains fields to be serialized.WolfLease.housing.serializers.LeaseSerializer.Meta - This class contains fields to be serialized.WolfLease.housing.serializers.OwnerSerializer.Meta - This class contains fields to be serialized.WolfLease.housing.serializers.UserSerializer.Meta - This class contains fields to be serialized.