TuCat is a generic tool to extract data from APIs
Prerequisites: Docker & Docker Compose
# git clone https://github.com/natoinet/tucat
# cd tucat
Run the following and copy the result in SECRET_KEY in the .env file
# python -c 'import random; result = "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)]); print(result)'
Sometimes, you may need to import extra fixtures for account users & socialaccount. You just need to copy the corresponding json files into ./config/fixtures/. And they will be copied in the docker image in the next step.
# sudo docker-compose build
# sudo docker-compose run --rm djangoapp ./config/setup.sh
# sudo docker-compose up
LICENSE: BSD