der(request, 'payment/updatePayment.html', context)
>
>
Thanks for you help
On Saturday, August 24, 2019 at 9:24:03 AM UTC-7, Gil Obradors wrote:
>
> Of course, you don't have poppulated payment_form ? Only initializated,
>
> payment_form = AddPaymentForm()
>
I have two related models (Sim and Payment - A Sim can have many Payment).
On searching of Sim (by ID ) i want its detail to be populated in a form
(*which
i am able to*). But using the same form i want to save the details of
Payment model as well and want to update the Sim model as well.
I have two related models (Sim and Payment - A Sim can have many Payment).
On searching of Sim (by ID ) i want its detail to be populated in a form
(*which
i am able to*). But using the same form i want to save the details of
Payment model as well and at the same time want to update the Sim
I am trying to call my JQuery datepicker from a FormHelper. I just can't
find a way to send attributes to JQuery e.g "theme":"dark" etc. This is
important for me because i want to define the format type also.
class DeviceFilterFormHelper(FormHelper):
form_id = "Device-search-form"
form_metho
On Wednesday, August 14, 2019 at 4:58:44 PM UTC-7, MATTHEW GODSTIME wrote:
>
> The error displayed is
>
> ' couldn't import Django I'm sure if it's install or in my python path
> or if forget to activate my virtual environment'
>
> I have Django installed and activate my virtualenv were it wa
5 matches
Mail list logo