diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-22 17:02:27 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-22 17:02:27 +0100 |
| commit | 71c810a9dd3f2ad9f42dacd0763e1dddc908c9f3 (patch) | |
| tree | 78934af8c5fc506e0d9c1e1dc308ef8c9b349538 /doc/database.rst | |
| parent | 7c411cd1b2101bd2db985437453b709d7f409966 (diff) | |
Make a few post-QA fixes
Diffstat (limited to 'doc/database.rst')
| -rw-r--r-- | doc/database.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/database.rst b/doc/database.rst index 1eb8e9a..56b1fa4 100644 --- a/doc/database.rst +++ b/doc/database.rst @@ -6,7 +6,7 @@ access URLs in ``hyperkitty_standalone/settings.py`` (or ``hyperkitty_standalone/settings_local.py``). HyperKitty's database can be created using the following command:: - python manage.py syncdb + python hyperkitty_standalone/manage.py syncdb KittyStore's database will be created automatically on first access. @@ -16,3 +16,8 @@ mailman database. Thoses archives can be downloaded by a script similar to the installing hyperkitty on the machine which hosted the previous version of mailman, the archived are already available locally and you can use them directly. + +.. warning:: + If you're using SQLite and you're getting "Database is locked" errors, stop + your webserver during the import. + |
