Skip to content

Commit 8a1b1a7

Browse files
Update django_crm_settings.md: clarify default database usage and support information
1 parent 9c8907c commit 8a1b1a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/site/django_crm_settings.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Most of the settings can be left at their default values.
2020
The default settings are for running the project on a development server.
2121
Change them for the production server.
2222

23-
To start the project for the first time, it is enough to specify the `DATABASES` settings in the file
23+
To start the project for the first time, you can use the default settings (the built-in SQLite3 database will be used).
24+
To continue using the CRM, please specify other `DATABASES` settings in the file
2425
`webcrm/settings.py`
25-
But in the following, you will need to specify at least the `EMAIL_HOST` and `ADMINS` settings.
26+
and at least specify the `EMAIL_HOST` and `ADMINS` settings.
2627

2728
### DATABASES settings
2829

@@ -100,3 +101,5 @@ You will be able to modify them or add your own.
100101

101102
!!! Note
102103
Use the superuser credentials from the output to log into the CRM site.
104+
105+
If you have any difficulties, get [support](https://djangocrm.github.io/info/support/){target="_blank"}.

0 commit comments

Comments
 (0)