mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #853] [FEATURE] Make app.static_folder point to app.config['STATIC_FOLDER'] #535
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#535
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DUOLabs333 on GitHub (Sep 28, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/853
Describe the feature you'd like to see added
Right now,
app.static_folderis hardcoded to point within inside the module folder. This makes it hard to make it portable (or in my case, packagewhoogleas a zipapp), as Flask looks insideapp.static_folder+'/build'instead ofapp.config['BUILD_FOLDER'].app.config['STATIC_FOLDER']is much more portable.Additional context
Add any other context or screenshots about the feature request here.