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

Configure Custom Error Pages #19

Closed
zerasul opened this issue Mar 14, 2018 · 4 comments
Closed

Configure Custom Error Pages #19

zerasul opened this issue Mar 14, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@zerasul
Copy link
Owner

zerasul commented Mar 14, 2018

Can Be a good Idea use Custom Erro Pages using Markdown. This information about the markdown files can be at config.py

@zerasul zerasul added the enhancement New feature or request label Mar 14, 2018
@zerasul
Copy link
Owner Author

zerasul commented Jul 7, 2018

for example you can see the use of settings.py:

404: posts/404.md
500: posts/500.md
...

@JuanjoSalvador
Copy link
Contributor

Any feedback about this?

@JuanjoSalvador
Copy link
Contributor

Give it to me.

@JuanjoSalvador
Copy link
Contributor

I think it's now fixed. Instead of configure the error pages on the settings.py file (that will be moved to .env file), I added a new folder with the errors files, instead of mix them with posts and now you can create your own custom errors pages easly.

@zerasul zerasul mentioned this issue Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants