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
After getting the environment (Python, Postgres, etc.) right for your OS, there are some django changes from 1.11 to 2 that you need to make. The 2 I've so far are:
Change from django.core.urlresolvers import reverse to from django.urls import reverse
Getting TypeError: __init__() missing 1 required positional argument: 'on_delete' when trying to add parent table after child table with entries You need to fix the Model code to comply the Django changes.
No description provided.
The text was updated successfully, but these errors were encountered: