No description
Kumi
06794c3cea
Some checks are pending
Docker / build (push) Waiting to run
Replaced the use of Google Sheets (pygsheets and related dependencies) with local .ods file processing using Pandas. This simplifies the data handling by removing external dependencies and streamlining updates directly within .ods files. Fixes issues related to reliance on Google API and enhances performance by processing data locally. |
||
---|---|---|
.github/workflows | ||
app | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
requirements.txt |
Moneropro
Initial setup
# on the host
mkdir data
docker run --rm \
-v ./app:/src/app \
-v ./data:/opt \
-p 8080:8000 moneropro
# in the container
python manage.py makemigrations
python manage.py makemigrations charts
python manage.py migrate
python manage.py createsuperuser