mirror of
https://github.com/finmars-platform/finmars-community-edition.git
synced 2026-04-25 14:05:55 +03:00
[PR #34] [MERGED] Update setup app #34
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-community-edition#34
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?
📋 Pull Request Information
Original PR: https://github.com/finmars-platform/finmars-community-edition/pull/34
Author: @paktusov
Created: 9/8/2025
Status: ✅ Merged
Merged: 9/9/2025
Merged by: @paktusov
Base:
main← Head:PLAT-1897📝 Commits (1)
18dd2a5Add versions to setup app📊 Changes
19 files changed (+632 additions, -182 deletions)
View changed files
➕
.github/workflows/main.yml(+33 -0)📝
.gitignore(+2 -0)📝
Makefile(+4 -0)➕
community_edition/__init__.py(+0 -0)➕
community_edition/main.py(+10 -0)➕
community_edition/routers.py(+142 -0)➕
community_edition/services/__init__.py(+0 -0)➕
community_edition/services/env.py(+44 -0)➕
community_edition/services/setup.py(+114 -0)➕
community_edition/services/versions.py(+80 -0)📝
community_edition/templates/base.html(+1 -1)📝
community_edition/templates/form.html(+0 -0)📝
community_edition/templates/status.html(+0 -0)➕
community_edition/templates/success.html(+13 -0)➕
community_edition/templates/versions.html(+172 -0)➖
init-setup.py(+0 -176)➕
init-setup.service(+11 -0)📝
requirements.txt(+6 -0)➖
templates/success.html(+0 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.