sehughes / django-treebeard

Automatically exported from code.google.com/p/django-treebeard
Apache License 2.0
0 stars 0 forks source link

Models splitted #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It doesn't works when model is splitted in several files as is showed here [1].

Note that he still has "app_name" and "db_table" there, but it should be
just "app_label":

  app_label = __name__.split('.')[1]  # App name.

[1] http://paltman.com/2008/jan/29/breaking-apart-models-in-django/

Original issue reported on code.google.com by jonas....@googlemail.com on 17 Jan 2009 at 11:41

GoogleCodeExporter commented 9 years ago
Could you paste the error message or exception you are getting?

Original comment by gpicon on 17 Jan 2009 at 7:05

GoogleCodeExporter commented 9 years ago
No response and I really don't understand the problem (seems to be an issue 
with django).

Closing as invalid. Reopen with explanation if this is a valid bug.

Original comment by gpicon on 14 Jun 2009 at 8:05