-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync fix(ci): pnpm, action! feat: opensearch and optimization for using production config and fuck you, elasticsearch fix(ci): only build check on boilerplate branch chore: reconfig opensearch index config bc tenant issue fix(cfg): config fixes fix(cfg): idiot's config construction fix(cfg): typo in env variable XD fix(cfg): url parse stuff left a slash fix(cfg): prod reconfig according rest deployment?! fix(cfg): debug in prod confirmed??!!? fix(cfg): env forced?? note to myself pls squash this refactor(script): debug in production friendly scripts setup fix(scripts): make manage.py script executable sorry was making it on windows fix(scripts): more executables same like above fix(cfg): env stuff fix fix(scripts): add shebang chore: create table, just in case backup fix(search): improve search by adding seo_titles why dont they add it already, it built in and suppose to help search? cleanup(models): cleanup unused pyfiles? should be alr, it boot, check 0 fail, whatever
- Loading branch information
Showing
20 changed files
with
81 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
Django>=4.2,<4.3 | ||
wagtail>=6,<7 | ||
# wagtail>=5.0,<5.1 | ||
gunicorn==22 | ||
elasticsearch==7.13.4 | ||
wagtail-localize==1.9 | ||
wagtail_modeladmin==2.0 | ||
wagtail_modeladmin==2.0 | ||
python-dotenv | ||
mysqlclient |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DROP DATABASE wagtail; | ||
CREATE DATABASE wagtail CHARACTER SET utf8mb4; |
0
install.sh → scripts/install.sh
100644 → 100755
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export DJANGO_SETTINGS_MODULE=fuhoblog.settings.production | ||
export DJANGO_FORCEPROD="True" |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.