Browse Source

Add python db user SQL command in README

DricomDragon 5 năm trước cách đây
mục cha
commit
4debb22d50
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -39,6 +39,10 @@ Start service :
 
 `sudo service postgresql start`
 
+#### Create python user
+
+`CREATE USER python_app WITH NOCREATEDB NOCREATEROLE NOSUPERUSER PASSWORD 'blablapoivron';`
+
 #### Create the database
 
 Connect with postgres profile :