We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make this more friendly to non-developers a web interface is probably the best way to go in my opinion. Maybe flask or django?
The text was updated successfully, but these errors were encountered:
I agree. I think Flask would be best.
Sorry, something went wrong.
My initial thought is to completely decouple this code from any future UI. Maybe even have the UI in its own repo?
This repo could serve as a restful-like API that could be consumed by any UI.
I'm open to thoughts on this though.
I've played with Django Rest Framework in the past and it has served me well.
Here's an example of how you might combine Django with a UI component: https://github.com/geezhawk/drf-react
tmthyjames
No branches or pull requests
To make this more friendly to non-developers a web interface is probably the best way to go in my opinion. Maybe flask or django?
The text was updated successfully, but these errors were encountered: