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',
'django_allauth_steemconnect.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).
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',
'django_allauth_steemconnect.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-allauth-steemconnect-0.1.2.tar.gz.
File metadata
- Download URL: django-allauth-steemconnect-0.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4da11ef39fe1f60548031ec212ad540ebd4bda8708cf5a7d413065996d175cc
|
|
| MD5 |
b38d71e51b99cce4f331e13bc875f19f
|
|
| BLAKE2b-256 |
68d85ef5e113ad2de9380e67aef30f771e1f1af75b235f59ebfd4258fe6f2253
|
File details
Details for the file django_allauth_steemconnect-0.1.2-py3-none-any.whl.
File metadata
- Download URL: django_allauth_steemconnect-0.1.2-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6206403e4b6782fb2df2a752a621f3b3be242818afdef14f0e0b066ee920b34d
|
|
| MD5 |
5cb05a1a848d39d449526eac74d8f82e
|
|
| BLAKE2b-256 |
bcb36c159eb5268fddc6a5746e8bf95611588d8dbdfd1d0bc4df88efb33ebcdb
|