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
Also the documentation is not up to date, it referes to syncdb command which does not exist in django now. I did migrate, and loaded the /initial_data.json and got above error.
The text was updated successfully, but these errors were encountered:
There is a unique constraint for "default" field that added after the creation of initial data file.
To fix this u need to change all instances of
"default": false
with
"default": null
for plans.plan model.
this is the error getting while trying to load the fixture https://github.com/django-getpaid/django-plans/blob/master/demo/example/foo/fixtures/initial_data.json
Also the documentation is not up to date, it referes to syncdb command which does not exist in django now. I did migrate, and loaded the /initial_data.json and got above error.
The text was updated successfully, but these errors were encountered: