bashu / django-birthday

🎂 django-birthday is a helper library to work with birthdays in models

Home Page:https://django-birthday.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parameters for upcoming birthdays

doc1977 opened this issue · comments

Hi, want to change the period for upcoming BDays being counted from tomorrow, not today. i am new to python and django, so i am sure it is my fault and i forgot something in the syntax:

def my_view(request)

return render (request, bday.html {
'upcoming_birthdays': Employees.objects.get_upcoming_birthdays(after=1)
})

with a "'str' object has no attribute 'timetuple'" error....