GitLab CI for Django with Fabric

Hi,

Anyone please point me to a sample step-by-step setup for Django + Fabric projects? I need to update the virtual environment and the mysql database from the project’s requirements every time the build is run. I am completely new to GitLab CI so the more detailed instructions the better.

Thanks!