mirror of
https://gitea.dmz.rs/Decentrala/freeriders.git
synced 2026-07-11 05:52:28 +02:00
add sql support
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
from freeriders import db
|
||||
|
||||
print('[i] Trying to create databse...')
|
||||
try:
|
||||
db.create_all()
|
||||
print('[+] Success you can proceed with deployment!')
|
||||
except:
|
||||
print('[-] Creating db failed :/')
|
||||
|
||||
Reference in New Issue
Block a user