Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 930 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 930 Bytes

ADIT RADIS Shared

About

Shared Django apps between ADIT and RADIS.

Example project

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

Development

When models are changed then inv makemigrations must be called to create the Django migration files.

Available apps

adit_radis_shared.common

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.

adit_radis_shared.accounts

Contains the custom user model and user profile stuff.

adit_radis_shared.token_authentication

Token authentication support to access the API of ADIT and RADIS by using a REST API.

License

  • GPL 3.0 or later