Customer support¶
Setup¶
-
Sign up at Crisp
-
Create a website and get your website ID:
- Go to Integrations menu
- Select HTML option
-
Copy the CRISP_WEBSITE_ID value
-
Add to your
.env.prod
file (or.env.local
for local development): -
Add to the
settings.py
file: -
Include Crisp in your base template, by adding the highlighted line to your
<head>
section: