Skip to main content

Basisapp für die Webseite des FSR Medizin der Uni Rostock

Project description

Dies ist die Grundlage für Webseite des Fachschaftsrates der medizinischen Fakultät der Uni Rostock. Hier wird definiert, was ein FachschaftsUser, ein Studiengang, ein Studienabschnitt und was ein Gender ist.

Installation

  1. Füge fsmedhro_core wie folgt zu deinen INSTALLED_APPS hinzu:

    INSTALLED_APPS = [
        ...
        'fsmedhro_core.apps.FachschaftConfig',
    ]
  2. Erzeuge die Models mittels python manage.py migrate

  3. Füge das LDAP-Backend zu AUTHENTICATION_BACKENDS hinzu:

    AUTHENTICATION_BACKENDS = [
        'django.contrib.auth.backends.ModelBackend',
        'fsmedhro_core.backends.auth.LDAPUniRostock',
    ]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-fsmedhro-core-0.2.7.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

django_fsmedhro_core-0.2.7-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page