Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
/ FairWindPortal Public archive

FairWind's web app for internal use made with Django

Notifications You must be signed in to change notification settings

vvihar/FairWindPortal

Repository files navigation

FairWind Portal

Django を使用した FairWind の団体内ウェブアプリ。

使い方

このリポジトリをクローンする。

git clone https://github.com/vvihar/FairWindPortal

ディレクトリを移動する。

cd FairWindPortal

仮想環境を構築する。

Warning
Python 3.9.13 でないと後にエラーが出ることがある。python -Vで Python のバージョンを確認し、必要に応じてバージョンを変更すること。

python -m venv env

仮想環境に入る。

source env/bin/activate

pip を更新する。

python -m pip install --upgrade pip

Python のパッケージを一括でインストールする。

pip install -r requirements.txt

local_settings.pyを生成する。

python generate_local_settings.py

最後に、以下を実行する。

python manage.py migrate
python manage.py createsuperuser

以降は、python manage.py runserverによって、開発用サーバーを立ち上げることができる。

動作を確認した環境

  • Python 3.9.13

About

FairWind's web app for internal use made with Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published