Closed abhiabhi94 closed 4 years ago
Add option for editor group to add posts outside of the admin
editor
my-posts
Add options on the admin page
Ckeditor
Post form
form
crispy form tags
Error handling
view
decorator
request
error 405
PermissionDenied
Changed URL pattern for the author's posts
../author/<str:username>
state
This resolves #123 #120 #126
Add option for
editor
group to add posts outside of the adminmy-posts
pageAdd options on the admin page
Ckeditor
editor
can add images now, view their previous upload images on the serverPost
form
crispy form tags
Error handling
view
is protected by adecorator
that allows only the expectedrequest
methods. Other methods will return anerror 405
PermissionDenied
exception is added whenever permission is not sufficient.Changed URL pattern for the author's posts
state
draft, queued and published.This resolves #123 #120 #126