First Steps

After setting up our system according to Getting Started you probably wonder how to make it to your matching site. We have several ways to change the look and behavior of the site:

  1. As you already done following the Getting Started guide, you can change the configuration for matching partner A and B in backend/match4everyone/configuration/A.py and backend/match4everyone/configuration/B.py.

  2. You can change the texts on the different sites using django-cms which is accessible at django-admin. The section How to Use Django-CMS will describe the usage further.

  3. You can easily change the whole appearance of the website if you change the theme-colors in frontend/src/css/bootstrap-customization.scss

  4. You can change all the functionality implemented in Python and the django templates in backend/templates/ and backend/apps/matching/templates/.

How to Use Django-CMS