sdfsdf
This commit is contained in:
parent
c5f8e567bb
commit
6bcead70de
3 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@ from sqlalchemy import *
|
||||||
from sqlalchemy.orm import relationship
|
from sqlalchemy.orm import relationship
|
||||||
from files.__main__ import Base
|
from files.__main__ import Base
|
||||||
from os import environ
|
from os import environ
|
||||||
|
from files.helpers.lazy import lazy
|
||||||
|
|
||||||
site_name = environ.get("SITE_NAME").strip()
|
site_name = environ.get("SITE_NAME").strip()
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
from sqlalchemy import *
|
from sqlalchemy import *
|
||||||
from sqlalchemy.orm import relationship
|
from sqlalchemy.orm import relationship
|
||||||
|
|
||||||
from files.__main__ import Base, app
|
from files.__main__ import Base, app
|
||||||
from os import environ
|
from os import environ
|
||||||
|
from files.helpers.lazy import lazy
|
||||||
|
|
||||||
site_name = environ.get("SITE_NAME").strip()
|
site_name = environ.get("SITE_NAME").strip()
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ from flask import *
|
||||||
from sqlalchemy import *
|
from sqlalchemy import *
|
||||||
from sqlalchemy.orm import relationship
|
from sqlalchemy.orm import relationship
|
||||||
from files.__main__ import Base
|
from files.__main__ import Base
|
||||||
|
from files.helpers.lazy import lazy
|
||||||
|
|
||||||
class Vote(Base):
|
class Vote(Base):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue