Save medias in static/media

Fixes #272
This commit is contained in:
Bat
2018-10-12 20:22:57 +01:00
parent f7c37ca6ca
commit 14969d489c
4 changed files with 3 additions and 13 deletions
-6
View File
@@ -193,12 +193,6 @@ plm users new --admin
For more information about these commands, and the arguments you can give them, check out [their documentaion](CLI.md).
After that, you are almost done, the last thing to do is to create the media directory, where uploads will be stored:
```bash
mkdir media
```
Finally, you can start Plume with:
```bash