Commit b6614b7d authored by Serge S. Koval's avatar Serge S. Koval

Added peewee and wtfpeewee package check

parent 11cfa6b6
try:
import peewee
import wtfpeewee
except ImportError:
raise Exception('Please install peewee and wtfpeewee packages in order to use peewee integration')
from .view import ModelView from .view import ModelView
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment