Closed aboutaaron closed 9 years ago
from future import absolute_import
from .models import ModelName
This won't matter since it's a project scaffold and we're moving to django 1.7. Apps don't need models.py anymore.
from future import absolute_import
from .models import ModelName