Skip to content

multisite: Create a model for site-specific infos

Antoine Albertelli requested to merge site-settings into master

This commit creates a new model in the database linked to the site and used to store current information about the website. It is kind of similar to the User/UserProfile link that is often used in Django to tie together a django.contrib.auth.models.User and additional information.

Merge request reports

Loading