wtpython
wtpython copied to clipboard
Error Database
Suggestion
Once WTPython becomes more modular, add a backend for an error database with common errors and how to solve them.
Implementation ideas
- A small list of error names and such within the package
- Preferred: A Django website with an api for error searching that could be updated over time to include more errors
I'm not sure that Django is necessary for an error searching API. For simple applications like this, I think Flask would be easier.
Furthermore, if there are plans to make a website, that should probably be in a separate repository.