An open API service indexing awesome lists of open source software.

https://github.com/mr-destructive/django-auth0-quick-setup


https://github.com/mr-destructive/django-auth0-quick-setup

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Django-Auth0 Quick Setup

- A simple script that creates a django project and integrates Auth0 base application.
- The developer just has to enter the credentials and change the tempalte names.
- Execute the script file with parameter as the name of your project.
```
bash script.sh webappname
```

[Script Demonstration](https://cdn.hashnode.com/res/hashnode/image/upload/v1632830813802/MOvedPYdt.gif)
### You can check out the `demoproject` folder for your reference.