Skip to content

using Arun's Edge template for django and replacing the current authtool by python social auth

License

Notifications You must be signed in to change notification settings

jcda/django-edge-PSA-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

these are trial and errors based on a existing project template.

#TODO

add a Twitter button on the login and sign-in templates

add a logout functionality

replace the email identification with the PSA one ( currently not working as we focused on Twitter)

add what is required to collect from the pipeline teh user avatar and the profile details

document what has changed between edge and this one

make a template from this and send to Arun

my_proj

my_proj is a short description. It is built with Python using the Django Web Framework.

This project has the following basic apps:

  • App1 (short desc)
  • App2 (short desc)
  • App3 (short desc)

Installation

Quick start

To set up a development environment quickly, first install Python 3. It comes with virtualenv built-in. So create a virtual env by:

1. `$ python3 -m venv my_proj`
2. `$ . my_proj/bin/activate`

Install all dependencies:

pip install -r requirements.txt

Run migrations:

python manage.py migrate

Detailed instructions

Take a look at the docs for more information.

About

using Arun's Edge template for django and replacing the current authtool by python social auth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published