Api Postman

This commit is contained in:
Jonas 12t 2021-10-23 15:04:28 +04:00
parent 473b89ee80
commit 90715a0cb9
1 changed files with 4 additions and 4 deletions

View File

@ -74,11 +74,11 @@ Don't forget to change your /etc/host if you are in localhost :)
```
#example /etc/hosts
127.0.0.1 dev-local.org
127.0.0.1 www.dev-local.org
127.0.0.1 manap.dev-local.org
127.0.0.1 django-local.org
127.0.0.1 www.django-local.org
127.0.0.1 demo.django-local.org
# go to dev-local.org:8002/admin
# go to demo.django-local.org:8002/admin to create an admin user for the tenant.
```
Enjoy !