This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves all Django code into contrib.django_util. Adds new functionality to decorators and views that integrate with ORM storage. Adds two Django samples for the primary two use cases - using Google OAuth as the primary auth, and integrating it into exisiting user system. DjangORMStorage is backwards compatible with old django_orm storage. Fixes issue where Django storage was always creating new Models. Move tests into Django package and have them create an actual test app to create test databases etc. Kills FlowField as its not useful.
- Loading branch information
Bill Prin
committed
Jul 14, 2016
1 parent
cd635f4
commit d0325c7
Showing
42 changed files
with
1,770 additions
and
789 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
oauth2client.contrib.django_util.models module | ||
============================================== | ||
|
||
.. automodule:: oauth2client.contrib.django_util.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.