Joakim Hove wrote:
>
>
> Hello,
>
> thanks for the tip:
>
>> It is usually not a good idea to give business meaning to a primary key
>> in a relational database. The literature is full of reasons against it.
>
> I had a nagging feeling this might be the case. Do you have any links
> to "Best
Hello,
thanks for the tip:
> It is usually not a good idea to give business meaning to a primary key
> in a relational database. The literature is full of reasons against it.
I had a nagging feeling this might be the case. Do you have any links
to "Best practice" om these questions - I am a d
> and if you look up-screen at the "breadcrumbs" you should see ...
>
> Home >> Customers >> 2: George
>
> Does that do it?
Well - I know (and thanks for the info) - but I would really like to
get it even clearer.
Joakim
--~--~-~--~~~---~--~~
You received this me
Joakim Hove wrote:
> Thank you both for answering; however I am afraid we are
> misunderstanding eachother here.
>
> I have created a admin.py file and registered my CustomerClass with
> the admin interface. That works, and I can select the CustomerClass
> when logged in to the admin interface.
>
Joakim Hove wrote:
> Thank you both for answering; however I am afraid we are
> misunderstanding eachother here.
>
> I have created a admin.py file and registered my CustomerClass with
> the admin interface. That works, and I can select the CustomerClass
> when logged in to the admin interface.
>
Thank you both for answering; however I am afraid we are
misunderstanding eachother here.
I have created a admin.py file and registered my CustomerClass with
the admin interface. That works, and I can select the CustomerClass
when logged in to the admin interface.
Let us say I have created three
2009/9/2 Mike Dewhirst :
>
> Joakim Hove wrote:
>> Hello,
>>
>> I have a (simplified) model like this
>>
>> class Customer(models.Model):
>> name = models.CharField(max_length = 100)
>> date = models.DateTimeField()
>> email = models.EmailField()
>>
>>
>> When showing thi
Joakim Hove wrote:
> Hello,
>
> I have a (simplified) model like this
>
> class Customer(models.Model):
> name = models.CharField(max_length = 100)
> date= models.DateTimeField()
> email = models.EmailField()
>
>
> When showing this in the (100 % default) admin view
Hello,
I have a (simplified) model like this
class Customer(models.Model):
name = models.CharfField(max_length = 100)
date= models.DateTimeField()
email = models.EmailField()
When showing this in the (100 % default) admin view I get up nice
entry boxes for the fields
9 matches
Mail list logo