Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 639 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 639 Bytes

executor

ComputeHorde Executor. See repositories main README for an explanation of what that means.


Skeleton of this project was generated with cookiecutter-rt-django, which sometimes gets upgrades that are easy to retrofit into already older projects.

Base requirements

  • docker
  • docker-compose
  • python 3.11
  • pdm
  • nox

Setup development environment

# 1st tab
$ ./setup-dev.sh
# 2nd tab
docker-compose up
# 1st tab
cd app/src
pdm run manage.py wait_for_database --timeout 10
pdm run manage.py migrate
pdm run manage.py runserver