modifié : .gitignore
modifié : MyWebApp.py
This commit is contained in:
parent
015e37f064
commit
c80b2d63d0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
base.db
|
base.db
|
||||||
log.txt
|
log.txt
|
||||||
#users/
|
users/
|
||||||
|
4
MyWebApp.py
Normal file → Executable file
4
MyWebApp.py
Normal file → Executable file
@ -23,11 +23,11 @@ import glob, os, sys, time
|
|||||||
app = Flask( 'pywallter' )
|
app = Flask( 'pywallter' )
|
||||||
bcrypt = Bcrypt(app)
|
bcrypt = Bcrypt(app)
|
||||||
if init_db():
|
if init_db():
|
||||||
print ("La base de données n'existe pas")
|
print ("La base de données a été créer")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
if init_dir():
|
if init_dir():
|
||||||
print ("Il y a un problème le repertoires des utilisateurs est inexistant")
|
print ("Le repertoire des utilisateurs a été créer")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user