Skip to content

humblesami/tenants

Repository files navigation

Build A SAAS With Django, Simplest on Github till now

Introduction

-> What is a Saas and How to build a Saas

-> Clone Project files or use your project files

# Make sure you have git installed
git clone https://github.com/Academy-Omen/django-blogx.git
# clone with SSH
git clone git@github.com:Academy-Omen/django-blogx.git

-> Create Virtual environment

-> Activate environment

-> Install Requirements

pip install -r requirements.txt

-> Make sure project is running

python manage.py runserver

-> Install django tenants

# drops db with name t1 (if exists) then creates and migrations
python manage.py reset -hard

-> Setup Initial User, Tenant and Admin

python manage.py runserver

Open /admin create a tenant remember the domain client1.localhost it will auto create a user admin with password 123 open http://client1.localhot:8000/admin

For more information check the django tenant docs

About

Django 3.2 python 3.5 lot of django utils nd python utils with multi tenant app software as service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors