Is there a standard way to have multiple files (eg one per class) inside an app's model/ folder?
I seem to end up with a different app prefix for each file no matter what I try, eg mysite/apps/myapp/boxes.py looks for a boxes_boxes table instead of myapp_boxes.

