Ver código fonte

Update README.md

cube 5 dias atrás
pai
commit
d196089d0e
1 arquivos alterados com 5 adições e 4 exclusões
  1. 5
    4
      README.md

+ 5
- 4
README.md Ver arquivo

15
 
15
 
16
 # config
16
 # config
17
 
17
 
18
-- create `config.py` in the instance folder and customise the following settings to your needs  
18
+- create `config.py` in the instance folder and customise the following settings to your needs
19
+
19
 ```
20
 ```
20
-REGISTRATION: False # only set to True if in a development situation, or to create your first user  
21
-UPLOAD_FOLDER = '/uploads'  
22
-ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}  
21
+REGISTRATION: False # only set to True if in a development situation, or to create your first user
22
+UPLOAD_FOLDER = '/uploads'
23
+ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
23
 ```
24
 ```
24
 
25
 
25
 # usage
26
 # usage