From 90715a0cb994051a0093adc6d744fd2266c38949 Mon Sep 17 00:00:00 2001 From: Jonas 12t Date: Sat, 23 Oct 2021 15:04:28 +0400 Subject: [PATCH] Api Postman --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3afa80e..4dffac3 100644 --- a/README.md +++ b/README.md @@ -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 !