adamdoty / homebaker

A baked-goods, birthday-treat, tracking app I made for my wife.
3 stars 0 forks source link

coupon model, views, urls, form #33

Closed adamdoty closed 1 year ago

adamdoty commented 1 year ago

Building coupon model in progress

adamdoty commented 1 year ago

I tried to change the coupon model fields names, but keep getting these errors. It seems Django has built-in migrations.RenameField but I may not be using it correctly. I tried to make a manual makemigrations file to fix this, but it didn't work.

Error message: django.core.exceptions.FieldError: Unknown field(s) (reason_for_coupon, reason_for_coupon_date, coupon_recipient) specified for Coupon

bbelderbos commented 1 year ago

I would not build migration files manually, let me check ...