-
Notifications
You must be signed in to change notification settings - Fork 9
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
JSONDecodError at /blog/ #7
Comments
Did you change the @cdvv7788 - it might be a good idea to build out the error reporting to clarify this. Perhaps before displaying the JSONDecodeError, if |
@kallewesterling Does the But when testing on a dev site, its not working when using wp site on separate domain. |
Are you getting the same error message as above? Otherwise I think you should open a new issue! |
@kallewesterling Actually im getting 404 in /blog/ page. I havent tried using wp_url from same domain |
That is a different problem and you should open a new issue. |
@kallewesterling I made a new ticket : #15 |
Great, good luck! |
Trying to integrate Wordpress blog into a Django Project.
Set it up like its described in the Django Wordpress API:
First, I checked if WP Rest API isn't disabled.
Then I added these lines after pip install django-wordpress-api-plugin:
settings.py:
views.py:
Tried manage.py runserver and localhost:8000/blog.
Then this Error disappeard:
Hoping for some hints how to fix that problem
The text was updated successfully, but these errors were encountered: