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

Module Index

  • WolfLease - This is the WolfLease application. It allows people to rent apartments easily :)
    • authentication - Token authentication for user login and access control.
      • 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 - Used to reflect the changes that we make to the database schema into the actual 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.
    • 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/7 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
        • 0005_alter_apartment_owner_id_and_more - Undocumented
        • 0006_alter_apartment_id_alter_flat_id_alter_lease_id_and_more - Undocumented
      • 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.
    • manage - Django's command-line utility for administrative tasks.
    • wolf_lease - No package docstring; 4/4 modules documented
      • asgi - ASGI config for wolf_lease project.
      • settings - Django settings for wolf_lease project.
      • urls - No summary
      • wsgi - WSGI config for wolf_lease project.
API Documentation for WolfLease, generated by pydoctor 22.9.1 at 2022-12-05 01:06:40.