Re: Detail View Question

2014-05-07 Thread G Z
Thanks so much that worked. On Tuesday, May 6, 2014 5:21:35 PM UTC-6, G Z wrote: > > So I'm using DetailView to associate a Customer ID with customer > information but due to my lack of knowledge im not entirely sure what the > issue is. It will go to the page but it won't load the unique custom

Re: Detail View Question

2014-05-07 Thread visionary800
I am not sure my first reply worked, but here it goes again. Your template is using {{ post.NAME }} when I believe it should be using {{ customer.NAME }}. The context name that is used in the template is obtained by default from the model and in your case, you are using model= Customer. If you

Re: Detail View Question

2014-05-06 Thread G Z
repost easier to read So I'm using DetailView to associate a Customer ID with customer information but due to my lack of knowledge im not entirely sure what the issue is. It will go to the page but it won't load the unique customer data. The data exist at domain/customers/ however when you cl

Detail View Question

2014-05-06 Thread G Z
So I'm using DetailView to associate a Customer ID with customer information but due to my lack of knowledge im not entirely sure what the issue is. It will go to the page but it won't load the unique customer data. The data exist at domain/customers/ however when you click the link which takes