On Sun, Apr 13, 2008 at 5:31 PM, steve skelton <[EMAIL PROTECTED]>
wrote:
>
> Trying to get admin on my system to load values based on related
> tables on db. I have set the FK on the papers table to tie with the
> PK of each look-up table and set models like so:
>
> class LuPaperContentEra(model
Trying to get admin on my system to load values based on related
tables on db. I have set the FK on the papers table to tie with the
PK of each look-up table and set models like so:
class LuPaperContentEra(models.Model):
paper_content_era = models.CharField(blank=True, maxlength=150)
de