# Sample App Project This is a Django Sample app for client of OpenId server. ## Setup & Running - [Manually](#manually) ### Manually Setup project environment with [virtualenv](https://virtualenv.pypa.io) and [pip](https://pip.pypa.io). ```bash $ 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. ```bash $ 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