Skip to main content

A django app for handling user avatars using Django Rest Framework

Project description

https://badge.fury.io/py/django-rest-avatar.svg https://travis-ci.org/bodgerbarnett/django-rest-avatar.svg?branch=master https://codecov.io/gh/bodgerbarnett/django-rest-avatar/branch/master/graph/badge.svg

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


Download files

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

Source Distribution

django-rest-avatar-0.2.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

django_rest_avatar-0.2.0-py2.py3-none-any.whl (8.6 kB view details)

Uploaded Python 2 Python 3

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

Hashes for django-rest-avatar-0.2.0.tar.gz
Algorithm Hash digest
SHA256 a0d90024690b7d79377f6d07341d0be7874234a87c8397f8bd142a473ab0a7b6
MD5 1ee61735a189ea0d46012045e9e4eeda
BLAKE2b-256 037c7c06a1f534aa69befc83bab6873dabff2deef6add46cea003af21271cfed

See more details on using hashes here.

File details

Details for the file django_rest_avatar-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_rest_avatar-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 eaf3f8d1b40c183370b0cf1404f4a16b0bb0604db15a17bb99ec31fac73d6d88
MD5 bd12f017ff9b301cc9cc7006db9099fe
BLAKE2b-256 32e64c410de01dda1ef4b915d409b5ba10f3830e1365692d9e2628be5a9f75e2

See more details on using hashes here.

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