Skip to main content

Steemconnect provider for django-allauth.

Project description

# django-allauth-steemconnect

Steemconnect provider for django-allauth.

## Installation

```shell
pip install django-allauth-steemconnect
```

## Quick start

1. Add "django-allauth-steemconnect" to your INSTALLED_APPS setting like this::

```python
INSTALLED_APPS = [
...
'allauth',
'allauth.account',
'allauth.socialaccount',
'steemconnect_provider.providers.steemconnect',
]
```

2. Include the polls URLconf in your project urls.py like this::

```python
path('accounts/', include('allauth.urls')),
```

3. Run `python manage.py migrate` to create the allauth models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a social app (you'll need the Admin app enabled).


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-allauth-steemconnect-0.1.1.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page