On 4-8-2012 19:21, . wrote:

> 1. Each class should have the same attribute: a unique name.
> For example:
> class Foo(): ...
> class Bar(Foo): ...

This makes very little sense if you use pseudo code. Why would a
database table need it's name stored in every record? That's what you're
saying above translated to the database layer.

Either provide actual code that makes sense or rethink if what you're
doing is really needed.

-- 
Melvyn Sopacua

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to