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
- Host: GitHub
- URL: https://github.com/mr-destructive/django-auth0-quick-setup
- Owner: Mr-Destructive
- Created: 2021-09-28T14:42:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T14:56:43.000Z (over 4 years ago)
- Last Synced: 2025-01-29T20:37:28.594Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.