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
Move the address fields to the Cafe model. The new fields in the cafe model should be address1, address2, address3, post_code, city
Please move the fields as above
Create a new migration to record this database change: python manage.py makemigrations london_cafe --name moved_address_fields_to_cafe
Commit these changes to a branch and push to raise a PR
The text was updated successfully, but these errors were encountered:
Please move the fields as above
Create a new migration to record this database change: python manage.py makemigrations london_cafe --name moved_address_fields_to_cafe
Commit these changes to a branch and push to raise a PR
The text was updated successfully, but these errors were encountered: