Metadata-Version: 2.1
Name: dj-auto-multitenant
Version: 0.0.2
Summary: A small package to create tenants,schemas and domains only by providing a name.
Home-page: https://github.com/krishna-bhandari/dj_auto_multitenant
Author: Krishna Bhandari
Author-email: author@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/krishna-bhandari/dj_auto_multitenant/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django (>=2.2)
Requires-Dist: djangorestframework (>=3.12.4)


customers
=====

customers is a Django app which is used to serve django tenant details. It is used to create tenants, schemas and doamin urls for respective tenants. :fire:

Quick start
-----------

1. Add "customers" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'customers',
    ]

2. 

