You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the restaurant's closing time is less than the opening time an error occurs, e.g. a restaurant opens at 6am but doesnt close till midnight
using the django timefield format it means the restaurant opens at 06:00:00 and closes at 00:00:00.
The text was updated successfully, but these errors were encountered:
When the restaurant's closing time is less than the opening time an error occurs, e.g. a restaurant opens at 6am but doesnt close till midnight
using the django timefield format it means the restaurant opens at 06:00:00 and closes at 00:00:00.
The text was updated successfully, but these errors were encountered: