More details on 1.0.0 upgrade
This commit is contained in:
parent
735af42754
commit
4d0baa3697
1 changed files with 10 additions and 4 deletions
|
@ -28,10 +28,6 @@ COMMIT;
|
||||||
|
|
||||||
umap migrate --fake-initial
|
umap migrate --fake-initial
|
||||||
|
|
||||||
- Then run the new migrations:
|
|
||||||
|
|
||||||
umap migrate
|
|
||||||
|
|
||||||
- If you have customized some templates, change any `leaflet_storage/` path
|
- If you have customized some templates, change any `leaflet_storage/` path
|
||||||
to `umap/`
|
to `umap/`
|
||||||
|
|
||||||
|
@ -41,6 +37,16 @@ COMMIT;
|
||||||
- Each `LEAFLET_STORAGE_XXX` setting should be renamed in `UMAP_XXX` (but we
|
- Each `LEAFLET_STORAGE_XXX` setting should be renamed in `UMAP_XXX` (but we
|
||||||
still support them for now)
|
still support them for now)
|
||||||
|
|
||||||
|
- If you still have a `MIDDLEWARE_CLASSES` setting, rename to `MIDDLEWARE`
|
||||||
|
|
||||||
|
- uMap now loads the local configuration from /etc/umap/umap.conf if
|
||||||
|
`UMAP_SETTINGS` is not set, so you may want to use that path and remove
|
||||||
|
the env var setting
|
||||||
|
|
||||||
|
- As usual, remember to update statics:
|
||||||
|
|
||||||
|
umap collectstatic
|
||||||
|
umap compress
|
||||||
|
|
||||||
|
|
||||||
## 1.0.0.rc-1
|
## 1.0.0.rc-1
|
||||||
|
|
Loading…
Reference in a new issue