logoalt Hacker News

selcukatoday at 5:57 AM0 repliesview on HN

You can also have a /models/ package with foo.py, bar.py under it. It is easier to maintain.

As an additional bonus, you can add an __init__.py that imports all models if you want to be able to do a `from .models import FooModel`.