-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Suggestion
Move the tests directory into the django_typesense directory to have a clean directory structure.
Suggested Directory Map
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── django_typesense
│ ├── admin.py
│ ├── apps.py
│ ├── changelist.py
│ ├── collections.py
│ ├── exceptions.py
│ ├── fields.py
│ ├── __init__.py
│ ├── management
│ │ ├── commands
│ │ │ ├── __init__.py
│ │ │ └── updatecollections.py
│ │ └── __init__.py
│ ├── migrations
│ │ └── __init__.py
│ ├── mixins.py
│ ├── paginator.py
│ ├── signals.py
│ ├── static
│ │ └── admin
│ │ └── js
│ │ └── search-typesense.js
│ ├── tests
│ │ ├── admin.py
│ │ ├── collections.py
│ │ ├── __init__.py
│ │ ├── models.py
│ │ ├── tests
│ │ │ ├── __init__.py
│ │ │ ├── test_typesense_admin_mixin.py
│ │ │ ├── test_typesense_changelist.py
│ │ │ ├── test_typesense_fields.py
│ │ │ ├── test_typesense_methods.py
│ │ │ ├── test_typesense_model_mixin.py
│ │ │ ├── test_typesense_paginator.py
│ │ │ ├── test_typesense_signals.py
│ │ │ └── test_typesense_utils.py
│ │ ├── urls.py
│ │ └── utils.py
│ ├── typesense_client.py
│ └── utils.py
├── LICENSE
├── MANIFEST.in
├── README.md
├── requirements-dev.txt
├── runtests.py
└── setup.pyReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels