python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Download env from Discord and paste the file in the root directory.
Change the name to .env
python3 manage.py migrate
python3 manage.py runserver
| Name | Name | Last commit date | ||
|---|---|---|---|---|
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Download env from Discord and paste the file in the root directory.
Change the name to .env
python3 manage.py migrate
python3 manage.py runserver