https://github.com/agent-hellboy/funky_flamingos
https://github.com/agent-hellboy/funky_flamingos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/agent-hellboy/funky_flamingos
- Owner: Agent-Hellboy
- Created: 2020-07-28T13:12:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:21:51.000Z (over 3 years ago)
- Last Synced: 2025-01-09T09:18:13.535Z (over 1 year ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# funky flamingos
A repo with various authentication-related functionalities
### Usage instructions
+ Install the dependencies listed in requirements.txt or alternatively, use [pipenv](#pipenv-usage-instructions)
+ Run `python manage.py runserver 5757` (you can replace 5757 with some other port)
+ Visit http://localhost:5757/users
+ To use GitHub login, add a client ID and client secret to `funky_flamnigos/.env`,
and visit http://localhost:5757/users/register
+ The callback URL for GitHub must be http://localhost:5757/users/github_login
### Pipenv usage instructions
Install pipenv using `pip install pipenv` and run `pipenv shell` to activate the environment.
Run `pipenv install` to install all the dependencies and pipenv should automatically install them for you.