#!!Attertion!! Full production version with all submodules located in
git clone https://github.com/AftertimeINFO/aftertime_prod.git
i## Content
- Run locally
git clone https://github.com/AftertimeORG/AftertimeBalance_backend.git
cd AftertimeBalance_backend
pip install poetry
poetry config virtualenvs.in-project true
poetry config virtualenvs.path .\.venv
Install libraries
poetry install
Initial configuration of project (DEVELOPMENT VERSION, SQLite base)
copy ./config/settings/dev_databases.py.temp ./config/settings/dev_databases.py
copy ./.env.dev ./.env
poetry run python manage.py init
First run DB configuration
poetry run python manage.py migrate
poetry run python manage.py createsuperuser
poetry run python manage.py runserver 0.0.0.0:8800
poetry run python api_service.py