File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,21 @@ The new user interface is based on the [React](https://reactjs.org/) framework w
101101
102102## Installation
103103
104+ The new version of ** django-filer** is not yet available on PyPI. Therefore, you have to install it
105+ from GitHub:
106+
107+ ``` shell
108+ git clone django-filer
109+ cd django-filer
110+ git switch finder
111+ pip install --no-deps -e .
112+ ```
113+
104114The new version of ** django-filer** requires Django-5.2 or later. Since this currently is not
105- released, you have to install the current development version of Django from GitHub.
115+ released, you have to install the current development version of Django from GitHub as well.
116+
117+ The new version of ** django-filer** currently only works with SQLite. This will of course change in
118+ the future.
106119
107120In ` settings.py ` of your project, add these extra dependencies or those one you really need:
108121
You can’t perform that action at this time.
0 commit comments