Shared Django apps between ADIT and RADIS.
adit-radis-shared has an example app. To start it (for development):
inv migrate # Migrates the SQLite database
inv populate-db # Populates examples users and groups
inv runserver # Starts the local development server
When models are changed then inv makemigrations
must be called to create the Django migration
files.
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