5 | | Setting the 1st username/password here & then running zzz_1st_run means that it can be given admin rights even on databases which support referential integrity. |
| 5 | Setting the 1st username/password here & then running {{{models/zzz_1st_run.py}}} means that: |
| 6 | * User can be given admin rights even on databases which support referential integrity. |
| 7 | |
| 8 | As many of the settings from {{{00_settings.py}}} as possible should be moved into the database. |
| 9 | * Randomising the hmac_key during web setup before 1st admin password is created is important. |
| 10 | * Securing the self-registration |
| 11 | |
| 12 | Provide an option to import themes of settings using {{{shn_import}}} from CSV files in {{{private/import}}}. |