cirlabs / django-project-template

A collection of development tasks and optimizations aimed at anyone doing news application development on tight deadlines in Django.
17 stars 10 forks source link

Add relative imports #26

Closed aboutaaron closed 9 years ago

aboutaaron commented 10 years ago

from future import absolute_import

from .models import ModelName

aboutaaron commented 9 years ago

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.