Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create new category from the Oscar Dashboard #7

Open
gruntfarm opened this issue Jul 21, 2017 · 3 comments
Open

Can't create new category from the Oscar Dashboard #7

gruntfarm opened this issue Jul 21, 2017 · 3 comments

Comments

@gruntfarm
Copy link

gruntfarm commented Jul 21, 2017

After installing oscar-wagtail I can't add Categories from the Oscar dashboard interface, but I can add them from the Wagtail admin. Is this the intended behaviour?

After trying to add a category in the dashboard I get this error message:

Exception Type: ValidationError
Exception Value: {'path': [u'Page with this Path already exists.'], 'slug': [u'This field cannot be blank.'], 'title': [u'This field cannot be blank.']}

@gruntfarm
Copy link
Author

Actually I think the real problem might be this message that appears at makemigrations time:

You are trying to add a non-nullable field 'page_ptr' to category without a default; we can't do that (the database needs something to populate existing rows).
Please select a fix:

  1. Provide a one-off default now (will be set on all existing rows with a null value for this column)
  2. Quit, and let me add a default in models.py
    Select an option:

@k103hub
Copy link

k103hub commented Dec 21, 2018

After installing oscar-wagtail I can't add Categories from the Oscar dashboard interface, but I can add them from the Wagtail admin. Is this the intended behaviour?

After trying to add a category in the dashboard I get this error message:

Exception Type: ValidationError
Exception Value: {'path': [u'Page with this Path already exists.'], 'slug': [u'This field cannot be blank.'], 'title': [u'This field cannot be blank.']}

I got the same error

@mjlabe
Copy link

mjlabe commented Jan 29, 2019

Same error here. Any solutions? Has this project been abandoned? I might try integrating with wagtail without this package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants