Skip to content

Commit 57108c0

Browse files
Update installation guide
1 parent b2e8b1b commit 57108c0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/installation_and_configuration_guide.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,22 @@ python manage.py runserver 1.2.3.4:8000
265265

266266
## Access to CRM and admin sites
267267

268-
Now you have two websites.
268+
Now you have two websites: CRM and Admin sites.
269269
Use the superuser credentials to log in.
270270

271-
CRM site for all users:
271+
> [!IMPORTANT]
272+
> Admin sites are intended for experienced users.
273+
> Use it for initial settings and actions that cannot be performed on the CRM site. For example, actions with departments, users, permissions, etc.
274+
> For everything else, use the CRM site in the appropriate user role.
275+
276+
### CRM site for all users
277+
272278
`http://127.0.0.1:8000/en/123/`
273279
It's according to the template
274280
`<your CRM host>/<LANGUAGE_CODE>/<SECRET_CRM_PREFIX>`
275281

276-
and Admin site for administrators (superusers):
282+
### Admin site for administrators (superusers)
283+
277284
`http://127.0.0.1:8000/en/456-admin`
278285
`<your CRM host>/<LANGUAGE_CODE>/<SECRET_ADMIN_PREFIX>`
279286

0 commit comments

Comments
 (0)