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 manage.py command to create an application #197

Closed bmpenuelas closed 5 years ago

bmpenuelas commented 5 years ago

This PR makes manage.py createapp available, to programmatically create an application as described in the instructions, instead of manually "Now go to django admin and add a new Application".

You can provide the cliend_id, cliend_secret and name; or have them generated automatically.