A django app for handling user avatars using Django Rest Framework
Project description
A django app for handling user avatars using Django Rest Framework
Documentation
The full documentation is at https://django-rest-avatar.readthedocs.io.
Quickstart
Install django-rest-avatar:
pip install django-rest-avatar
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'rest_avatar.apps.DjangoRestAvatarConfig',
...
)
Add django-rest-avatar’s URL patterns:
from rest_avatar import urls as rest_avatar_urls
urlpatterns = [
...
url(r'^', include(rest_avatar_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
History
0.1.0 (2021-02-22)
First release on PyPI.
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-rest-avatar-0.2.0.tar.gz.
File metadata
- Download URL: django-rest-avatar-0.2.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0d90024690b7d79377f6d07341d0be7874234a87c8397f8bd142a473ab0a7b6
|
|
| MD5 |
1ee61735a189ea0d46012045e9e4eeda
|
|
| BLAKE2b-256 |
037c7c06a1f534aa69befc83bab6873dabff2deef6add46cea003af21271cfed
|
File details
Details for the file django_rest_avatar-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_rest_avatar-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaf3f8d1b40c183370b0cf1404f4a16b0bb0604db15a17bb99ec31fac73d6d88
|
|
| MD5 |
bd12f017ff9b301cc9cc7006db9099fe
|
|
| BLAKE2b-256 |
32e64c410de01dda1ef4b915d409b5ba10f3830e1365692d9e2628be5a9f75e2
|