WolfLease API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Class Hierarchy

  • django.apps.AppConfig
    • WolfLease.authentication.apps.AuthenticationConfig - Authentication app config
    • WolfLease.housing.apps.HousingConfig - This is configuration for Housing Module.
  • django.db.migrations.Migration
    • WolfLease.housing.migrations.0001_initial.Migration - Intital Database Schema
    • WolfLease.housing.migrations.0002_alter_owner_contact_email_alter_user_contact_email.Migration - Modifying email field
    • WolfLease.housing.migrations.0002_alter_owner_contact_email_alter_user_contact_email_and_more.Migration - Altering field names in Owner and User Database
    • WolfLease.housing.migrations.0003_alter_interested_flat_id.Migration - Adding foreign keys in Interested Database
    • WolfLease.housing.migrations.0004_merge_20221009_1347.Migration - Updated housing Database
    • WolfLease.housing.migrations.0005_alter_apartment_owner_id_and_more.Migration - Undocumented
    • WolfLease.housing.migrations.0006_alter_apartment_id_alter_flat_id_alter_lease_id_and_more.Migration - Undocumented
  • django.db.models.Model
    • WolfLease.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.TestCase
    • WolfLease.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.CreateAPIView
    • WolfLease.authentication.views.RegisterView - Register a new user.
  • rest_framework.generics.ListCreateAPIView
    • WolfLease.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.RetrieveUpdateDestroyAPIView
    • WolfLease.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.ModelSerializer
    • WolfLease.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.Serializer
    • WolfLease.authentication.serializers.LoginSerializer - Serializer for user login object.
  • rest_framework.test.APITestCase
    • WolfLease.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.APIView
    • WolfLease.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.
API Documentation for WolfLease, generated by pydoctor 22.9.1 at 2022-12-05 01:06:40.