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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

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