> Hi guys I have a project of django to send SMS to mobile number,
> Please guys I really need your helps
Well, that’s fine, but what help are you looking for?
- Benjamin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To u
On 22/05/2022 10.08, Tanni Seriki wrote:
Hi guys I have a project of django to send SMS to mobile number,
Please guys I really need your helps
You will greatly improve your chances of getting help if you try to be a
bit more specific. I have no idea which kind of help you expect to get
from
I took your advice but no joy. AND I don't know why!
The "invoice" is in fact the receipt model and receipt.get_absolute_url
just wants the pk value to display what the customer paid.
def get_absolute_url(self):
""" Show the Invoice receipt """
return f"/invoice/{self.id}/"
..
3 matches
Mail list logo