ksnavely / website

A Flask-based blog application backed by MongoDB
https://kdevops.com
0 stars 0 forks source link

Add post editing #10

Closed ksnavely closed 8 years ago

ksnavely commented 8 years ago

Here I add the ability to edit existing posts. Once logged in, an 'Edit' option is available per post on the front-page. Navigating there will display a page very similar to the create-post path, with a preview option available.

I've tested this manually in staging.

ksnavely commented 8 years ago

The reusability of templates will be improved in the future.

evansde77 commented 8 years ago

LGTM although I'm leery about defining the main app in an init.py (one of my biggest gripes about Wilson)

ksnavely commented 8 years ago

Thanks for the comments Dave!