Hi guys,
Im currently learning django and am doing a project for college. Im
building an appointment website users can book a training session. These
are my models:
class TimeSlot(models.Model):
title = models.CharField(max_length=50)
def __str__(self):
return f'There is a slot
Thanks for the help!
On Thursday, November 3, 2022 at 7:28:08 PM UTC subtitle indo wrote:
> Please let me know if that sounds okay.
>
> On Wed, Nov 2, 2022 at 6:05 PM Kevin gallagher
> wrote:
>
>> Hi guys,
>> Im currently learning django and am doing a project for
2 matches
Mail list logo