File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ Most of the settings can be left at their default values.
2020The default settings are for running the project on a development server.
2121Change 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"}.
You can’t perform that action at this time.
0 commit comments