README.md 794 B

Sample App Project

This is a Django Sample app for client of OpenId server.

Setup & Running

Manually

Setup project environment with virtualenv and pip.

$ virtualenv -p /usr/bin/python3 project_env

$ source project_env/bin/activate

$ git clone https://gogs.earthsquad.global/evolverarpit/Dajngo_sample_app.git
$ cd Dajngo_sample_app
$ pip install -r requirements.txt

Start Application.

$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver 8005

Open your browser and go to http://localhost:8005. Voilà!

Configre Client Application

  • In setting add following values. -- OpenID_SERVER -- OpenID_CLIENT_ID -- OpenID_CLIENT_SECRET