Compare commits
1 Commits
70b1c7de10
...
5bcf68af2b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bcf68af2b |
@@ -11,7 +11,7 @@ from shared.config import init_config, config, pretty
|
|||||||
from shared.models import KV # ensure shared models imported
|
from shared.models import KV # ensure shared models imported
|
||||||
# Register all app model classes with SQLAlchemy so cross-domain
|
# Register all app model classes with SQLAlchemy so cross-domain
|
||||||
# relationship() string references resolve correctly.
|
# relationship() string references resolve correctly.
|
||||||
for _mod in ("blog.models", "market.models", "cart.models", "events.models", "glue.models"):
|
for _mod in ("blog.models", "market.models", "cart.models", "events.models"):
|
||||||
try:
|
try:
|
||||||
__import__(_mod)
|
__import__(_mod)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
@@ -25,3 +25,5 @@ from .calendars import (
|
|||||||
Calendar, CalendarEntry, CalendarSlot,
|
Calendar, CalendarEntry, CalendarSlot,
|
||||||
TicketType, Ticket, CalendarEntryPost,
|
TicketType, Ticket, CalendarEntryPost,
|
||||||
)
|
)
|
||||||
|
from .container_relation import ContainerRelation
|
||||||
|
from .menu_node import MenuNode
|
||||||
|
|||||||
Reference in New Issue
Block a user