Skip to content

Commit

Permalink
update documentation #1363
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Dec 4, 2024
1 parent a48b22d commit 67c2d3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/oeplatform-code/apps/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This app handles the user authentication using django allauth and implements a user profile that provide an overview on tables and helps to manage the datasets draft or published state. Additionally the profile pages include the permission groups to manage data table resource access permissions as group with other users. The last feature is the user profile, including a view showing the api token with functionality to reset it as well as a Form to provide additional user data like adding a user image.

## Setup

- install latest requirements in the python environment
- run python migrations `python manage.py migrate` to setup the new django allauth models (tables)
- check your iptables setting on the server to enable server to server connection using the service static ip address

## App Components

The components of each app implement the django app structure and implement a MVVM pattern for web applications. This includes the files model.py, views.py, urls.py, Then there are migrations that specify the django table structure and is also a core django feature. The templates include all HTML page payouts including django template syntax to render pages with dynamic server data and JavaScript. Additionally there might be other folders and python modules available.w
Expand Down

0 comments on commit 67c2d3e

Please sign in to comment.