CAPU-ENG / CAPUHome-API

Core system for the online platform of CAPU.
MIT License
2 stars 3 forks source link

Uncomment models import. #22

Closed zhzhzoo closed 8 years ago

zhzhzoo commented 8 years ago

之前 from app import models 被注释掉了。。。

huxuan commented 8 years ago

Please move all imports to the head of file.

zhzhzoo commented 8 years ago

@huxuan models.py 里有 from app import db,所以 db 必须在 models 之前定义

huxuan commented 8 years ago

Thanks for clarification.