-
Notifications
You must be signed in to change notification settings - Fork 61
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
Enhancement: Follow the same templates and statics folder layout with Flask Admin #510
Comments
One other thing I would like to add is Flask Appbuilder's approach: Flask-AppBuilder/flask_appbuilder/templates/appbuilder at master · dpgaspar/Flask-AppBuilder So for this layout, we would have to update the file structure like this:
|
Related: aminalaee/sqladmin#747 |
Any updates? As far as I know, there are currently two ways for users of this library to resolve this conflict:
|
This is really good to have. Please feel free to submit a PR. |
I'll work on it when I get a chance 👍. |
Is your feature request related to a problem? Please describe.
I (and many others IMO) intend to use a single templates instance for their projects. Starlette Admin occupies some file names (that are very common) and conflicts occur. For example,
base.html
andindex.html
are quite standard file names for templates.Describe the solution you'd like
Follow the Flask Admin layout:
Statics and Templates
The text was updated successfully, but these errors were encountered: