djangocms-blog
djangocms-blog copied to clipboard
can't create category
After a fresh installation you can't easy create a first blog entry, because there are no categgory and you can't easy create one:
You have to know how to go into the admin and create a category... The normal django "plus button feature" is not there... Maybe #125 will fix this?!?
@jedie it's actually how the form wizard is built. From the normal admin change form you can create categories directly. I'm not entirely sure we can add a button to create the category in the django CMS wizard. Will investigate
Think the best solution is, that django cms will change this.
Maybe a easy solution: Create and preselect a default category like "misc".
@yakky @jedie I think this can be closed, the wizard has changed a lot so I guess this is not a problem anymore.