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
I has a directory themes in my root application, below is how I registered theme
app.config['DEFAULT_THEME'] = app.config['DEFAULT_THEME'] or "adminlte" Themes(app, app_identifier='test') @app.route("/test/themes", methods=["GET"]) def themes(): themes = get_themes_list() app.logger.info(app.theme_manager.list_themes()) return ','.join(themes)
I got an empty list.
I'm using Flask==0.10.1, I didn't know why it returned an empty list.
Flask==0.10.1
Regards,
The text was updated successfully, but these errors were encountered:
Is this still an issue for you? Let me know, I can leave this open for another year or ten. 😄
Sorry, something went wrong.
No branches or pull requests
Theme loader
I has a directory themes in my root application, below is how I registered theme
I got an empty list.
I'm using
Flask==0.10.1
, I didn't know why it returned an empty list.Regards,
The text was updated successfully, but these errors were encountered: