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.
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
andname
; or have them generated automatically.