housing 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

Module Index

  • housing - Used to reflect the changes that we make to the database schema into the actual database.
    • admin - This is the admin module where you can add admin functionalities. Register your models here.
    • apps - This is the application starting point where you can register different modules.
    • migrations - No package docstring; 5/5 modules documented
      • 0001_initial - Initial database migration
      • 0002_alter_owner_contact_email_alter_user_contact_email - Modifying email field
      • 0002_alter_owner_contact_email_alter_user_contact_email_and_more - Altering field names in Owner and User Database
      • 0003_alter_interested_flat_id - Adding foreign keys in Interested Database
      • 0004_merge_20221009_1347 - Updated housing Database
    • models - This is the database strcuture of the models. Create your models here.
    • serializers - This is a serializer file to add different serializers for the database.
    • tests - This is a file to add test cases for different models.
    • urls - This is url file to add urls for respective models.
    • views - This is a file to add views for models.
API Documentation for housing, generated by pydoctor 22.9.1 at 2022-10-09 23:38:08.