Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63c7daa

Browse files
committed
added Powershell script for backend install
- requires changing execution policy with: `Set-ExecutionPolicy -ExecutionPolicy Bypass` in an administrator Powershell window
1 parentcfa95d4 commit63c7daa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎backend/setup.ps1‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Environment]::SetEnvironmentVariable("SET_LIMITS","false","User")
2+
(Invoke-WebRequest-Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py-UseBasicParsing).Content| python-
3+
poetry install
4+
poetry run python manage.py migrate
5+
poetry run python manage.py init_db

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp