Project description
A Django App to integrate remote Navbar+Oauth into local user models
Install
In order to intall simply use pip
pip install django_navbar_client
Usage
Simply add django_navbar_client to your settings.py:
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
...
'django_navbar_client',
...
]
OAUTH_CLIENT_ID = "OAUTH_CLIENT_ID"
OAUTH_CLIENT_SECRET = "OAUTH_CLIENT_SECRET"
OAUTH_SERVER_URL = "OAUTH_SERVER_URL"
----
This library is partially funded by the [Waste4Think proyect](http://waste4think.eu/) that has received funding from the European Union’s [Horizon 2020](https://ec.europa.eu/programmes/horizon2020/) research and innovation program under grant agreement 688995.
The dissemination of results herein reflects only the author’s view and the European Commission is not responsible for any use that may be made of the information it contains.
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
File details
Details for the file django_navbar_client-1.0.3.tar.gz
.
File metadata
-
Download URL:
django_navbar_client-1.0.3.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.9
File hashes
Hashes for django_navbar_client-1.0.3.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
fb0218bb5e8f0011791c73c4a3c175d4defee11543a6531fd69bab65e62a21ad |
|
MD5 |
99084d66036e69af2e14f490dd2e7fad |
|
BLAKE2b-256 |
15708f711b023491fa52336eab5202a2f0e545a3bc0d60510b5dfee9258d2f4e |
|
See more details on using hashes here.
File details
Details for the file django_navbar_client-1.0.3-py2.py3-none-any.whl
.
File metadata
-
Download URL:
django_navbar_client-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 2, Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.9
File hashes
Hashes for django_navbar_client-1.0.3-py2.py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
631209d02f00a15af8f9447b2f2ef62c7eb073aa397cf342444f0f4cd50cbc83 |
|
MD5 |
73bf533152001f502bc3e4ecf3ffdddb |
|
BLAKE2b-256 |
de8b94e7a59d4228e67c409540ee5fd1e32fc67ee106de2d7394d452e7619508 |
|
See more details on using hashes here.