Answer the question
In order to leave comments, you need to log in
How to fix error while syncing with DB in Django?
In the models, I decided to add a new category_date field. When synchronizing, Django does not want to add this field to the database and throws an error when executing manage.py migrate
Match = datetime_re.match(value)
TypeError: expected string or bytes-like object
What should I do?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question