manuel12 / django-expense-tracker

Expense Tracker is application that can help you track and list expenses, and also analyze charts and statistics about them.
MIT License
16 stars 9 forks source link

Fix cannot create an expense using date provided by app issue. #15

Open manuel12 opened 1 year ago

manuel12 commented 1 year ago

When trying to create an expense with the provided date, say 8/14/2023, after filling out all the other required fields (amount, category, content and source) and clicking Save the app shows "Enter a valid date/time." error.