GithubHelp home page GithubHelp logo

erico-droid / django-multitenant-app-basic-framework Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 23 KB

This is a python django basic framework for developing a multitenant application where each major client can have a subdomain in your application with a dedicated schema on the database as well.

Python 99.85% HTML 0.15%

django-multitenant-app-basic-framework's Introduction

django-multitenant-app-basic-framework

This is a python django basic framework for developing a multitenant application where each major client can have a subdomain in your application with a dedicated schema and a shared database for all clients.

multi-tenant applications allow you to serve multiple customers with one install of the application. Each customer has their data completely isolated in such an architecture. Each customer is called a tenant.

Tenants may be given the ability to customize some parts of the application, such as the color of the user interface (UI) or business rules, but they cannot customize the application's code.

I made it possible to create a tenant manually. Inorder to create a tenant/client in the project you'll have to type in the command 'python client.py <tenant_name>' you can override this and create your own method of creating a tenant using the browser. It is also possible to et the details of a tenant using command 'python client.py get_tenant '

To visit the specified client on the browser using the subdomain name on localhost. You must edit the windows hosts file and add in the subdomain address.

Feel free to clont this repo and happy coding to you.

django-multitenant-app-basic-framework's People

Contributors

erico-droid avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.