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

'Cache' object has no attribute 'create_slug' #124

Open
ParmarChandan opened this issue Dec 20, 2018 · 0 comments
Open

'Cache' object has no attribute 'create_slug' #124

ParmarChandan opened this issue Dec 20, 2018 · 0 comments

Comments

@ParmarChandan
Copy link

I get this error when I try to create a blog using editor page.
I am entering the title as "Hello" and the body as "This is my first test", Tag as "Initial". I have tried with various other values but it doesnt work, I am running this code on my dev server with url http://127.0.0.1:5000

exact error is in the following line of code:
slug = post_processor.create_slug(form.title.data)

and file: lib\site-packages\flask_blogging\views.py", line 249, in editor

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

1 participant