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
Füge fsmedhro_core wie folgt zu deinen INSTALLED_APPS hinzu:
INSTALLED_APPS = [ ... 'fsmedhro_core.apps.FachschaftConfig', ]Erzeuge die Models mittels python manage.py migrate
Füge das LDAP-Backend zu AUTHENTICATION_BACKENDS hinzu:
AUTHENTICATION_BACKENDS = [ 'django.contrib.auth.backends.ModelBackend', 'fsmedhro_core.backends.auth.LDAPUniRostock', ]
Release files for django-fsmedhro-core 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-fsmedhro-core-0.3.1.tar.gz | 13.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_fsmedhro_core-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 32.1 kB
Release files / django-fsmedhro-core-0.3.1.tar.gz
| Download URL | django-fsmedhro-core-0.3.1.tar.gz |
|---|---|
| Size | 13.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56264ce7850914b78d08fa53570d237438aa07fc3b3b1a8cb100b37781e0a5f2
|
|
BLAKE2b-256 checksum How to use checksums |
6afbebacdb9667581370f5c1bbbb464855b20e66928fd80d42fa594f950f2446
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|
Release files / django_fsmedhro_core-0.3.1-py3-none-any.whl
| Download URL | django_fsmedhro_core-0.3.1-py3-none-any.whl |
|---|---|
| Size | 18.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b54c85c4520cbae9ba918cda56be0358df387d555019f540b1a2a230d45aa58a
|
|
BLAKE2b-256 checksum How to use checksums |
c8ae1fa96858fce626b79b0e1acb8bd39529fb2da7028b44df8134c4d2817cac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|