Shared Django apps between ADIT and RADIS.
adit-radis-shared has an example app. To start it (for development):
Contains common stuff as well as the vendor statics and overwritten templates of the registration app.
Therefore it must be added directly before registration
in INSTALLED_APPS
.
Contains the custom user model and user profile stuff.
Token authentication support to access the API of ADIT and RADIS by using a REST API.
- AGPL 3.0 or later