No description
Kumi
1465c63e37
Some checks are pending
Docker / build (push) Waiting to run
Reduced version restrictions for several Google-related packages, changing them to allow any version less than 3.0.0. This change provides more flexibility and avoids potential dependency conflicts with future updates. Consider revisiting the need to pin dependencies so strictly. |
||
---|---|---|
.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