Explorar el Código

Update README.md

i forgot that the readme is wrong
cube hace 5 días
padre
commit
b6732c2ebd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -19,7 +19,7 @@ flask app for plurals to publicly share member lists
19 19
 
20 20
 ```
21 21
 REGISTRATION: False # only set to True if in a development situation, or to create your first user
22
-UPLOAD_FOLDER = '/uploads'
22
+UPLOAD_FOLDER = 'myriad/static/icons'
23 23
 ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
24 24
 ```
25 25