Rust-CMS / radical

A Rusty Wordpress Replacement.
MIT License
59 stars 7 forks source link

404 generic handler #17

Closed SpBills closed 3 years ago

SpBills commented 3 years ago

Added a base 404 handler. You can now add 404 handling by creating a 404.html file in your root of templates.

Also, began working on better error handling by removing map_sql_error for all diesel calls. It is now done through a from<diesel::result::error> impl on CustomHttpError.

Added some documentation in the README.md for this too.

Closes #14

SpBills commented 3 years ago

Started #13.