openCGaT
This is a Django project.
Install Python 3, Node 16, and Yarn. Have access to a pSQL database.
Install the remaining dependencies:
pip install -r requirements.txt
yarn
.env
file.Copy the example file, and fill in with API keys from the various services.
cp .env.example .env
Do not copy-static without python properly configured (eg node docker container)
yarn install
yarn watch
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Through the admin ui (url:8000/admin) add a partner, otherwise pages won't be able to serialize the cart. Through the CMS (url:8000/cms) add a homepage.