RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Create a django management command to automate the django admin install steps #184

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

It would be helpful if the steps in https://github.com/RealmTeam/django-rest-framework-social-oauth2/blob/43e5309/README.rst "Now go to django admin and add a new Application." are exposed as a CLI django management command.

bmpenuelas commented 5 years ago

Hi mate, I had the same need, so I wrote this and created PR https://github.com/RealmTeam/django-rest-framework-social-oauth2/pull/197 , I hope it's useful for you too.

jayvdb commented 5 years ago

Nice.

PhilipGarnero commented 5 years ago

Resolved by #197