mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-22 11:04:53 +00:00
make forms less problematic
This commit is contained in:
parent
f2ee0279f0
commit
b19dedc568
9 changed files with 42 additions and 43 deletions
|
@ -4,10 +4,10 @@ from flask import Flask, render_template, abort
|
|||
from flask_assets import Bundle
|
||||
from werkzeug.exceptions import HTTPException
|
||||
|
||||
from server.extensions import db, migrate, cache, assets, login_manager
|
||||
from server.models import Users
|
||||
from server.config import MIGRATION_DIR, INSTANCE_DIR
|
||||
from server import views, auth, api, filters
|
||||
from .config import MIGRATION_DIR, INSTANCE_DIR
|
||||
from .extensions import db, migrate, cache, assets, login_manager
|
||||
from .models import Users
|
||||
from . import views, auth, api, filters
|
||||
|
||||
|
||||
app = Flask(__name__, instance_path=INSTANCE_DIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue