Looks like your models "know" about prefixes in table names. Class reseller
should work with table "reseller", but it works with table "fuel_reseller".
I do not know how you made that (interesting to know), but why not to call
models Reseller and FuelRelease and point them in Meta clases that their

db_table = "fuel_reseller"
db_table = "fuel_fuel_release"

I think error can be caused like strings like " reseller =
models.ForeignKey(reseller,
default=1,)".

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to