Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
After Width: | Height: | Size: 292 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 19 KiB |
|
@ -1,7 +1,3 @@
|
|||
from .__main__ import app, db_session, cache
|
||||
from flask import g
|
||||
import files.helpers.cron
|
||||
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
|
@ -9,6 +5,10 @@ from pathlib import Path
|
|||
# the WD is <repo-root>. NOTE: Change this if cli.py is ever moved.
|
||||
os.chdir(Path(__file__).parent.parent)
|
||||
|
||||
from .__main__ import app, db_session, cache
|
||||
from flask import g
|
||||
import files.helpers.cron
|
||||
|
||||
#from flask_migrate import Migrate
|
||||
#from flask_sqlalchemy import SQLAlchemy
|
||||
#import files.classes
|
||||
|
|