You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`FROIDE_EVIDENCECOLLECTION_NOCODB_IMPORT_CONFIG`: a dictionary containing additional configuration options, see the `settings/base.py` file in the `fragdenstaat_de` project.
14
17
15
-
Additional configuration options can be set in the Django settings file.
18
+
### Run the Import
16
19
17
20
The import can be run manually using the following command:
18
21
19
22
```bash
20
23
python manage.py import_nocodb
21
24
```
22
25
23
-
If `DEBUG` is set to `True`, any import errors will be caught and logged to the console. If `DEBUG` is set to `False`, the import will fail immediately on any error and any changes will be rolled back.
26
+
If `DEBUG` is set to `True`, any import errors will be caught and logged. If `DEBUG` is set to `False`, the import will fail immediately on any error and any changes will be rolled back.
0 commit comments