💻 Run the project on your local machine

🔧 Dependencies

Packaging and organization of the library is done using Poetry. (Poetry install instructions).

💿 Install django-to-galaxy

poetry install

To activate the corresponding virtual environment created by poetry:

poetry shell

Note

This can be useful to retrieve the absolute python path for VScode for instance (which python)

💻 Run the testing Django app locally

A testing django app is available locally to help you through development in the testing_django_app directory:

poetry shell
python testing_django_app/manage.py runserver