All Projects → grantmcconnaughey → Django Avatar

grantmcconnaughey / Django Avatar

Licence: bsd-3-clause
A Django app for handling user avatars.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Avatar

Django Graphql Jwt
JSON Web Token (JWT) authentication for Graphene Django
Stars: ✭ 649 (-9.86%)
Mutual labels:  django
Aws Boilerplate
Opinionated full stack web app's boilerplate, ready to be deployed to AWS platform.
Stars: ✭ 682 (-5.28%)
Mutual labels:  django
42 subjects
All Subjects of 42 School
Stars: ✭ 693 (-3.75%)
Mutual labels:  django
Django Fiber
Django Fiber - a simple, user-friendly CMS for all your Django projects
Stars: ✭ 653 (-9.31%)
Mutual labels:  django
Modern Django
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
Stars: ✭ 662 (-8.06%)
Mutual labels:  django
Django React Template
Django & React Template For Building Web Applications
Stars: ✭ 686 (-4.72%)
Mutual labels:  django
Python Spider
豆瓣电影top250、斗鱼爬取json数据以及爬取美女图片、淘宝、有缘、CrawlSpider爬取红娘网相亲人的部分基本信息以及红娘网分布式爬取和存储redis、爬虫小demo、Selenium、爬取多点、django开发接口、爬取有缘网信息、模拟知乎登录、模拟github登录、模拟图虫网登录、爬取多点商城整站数据、爬取微信公众号历史文章、爬取微信群或者微信好友分享的文章、itchat监听指定微信公众号分享的文章
Stars: ✭ 615 (-14.58%)
Mutual labels:  django
Recipes
Django application for managing recipes
Stars: ✭ 695 (-3.47%)
Mutual labels:  django
old vespene
DISCONTINUED: a frozen fork will exist forever at mpdehaan/vespene
Stars: ✭ 672 (-6.67%)
Mutual labels:  django
Awesome Django Rest Framework
💻😍Tools, processes and resources you need to create an awesome API with Django REST Framework
Stars: ✭ 689 (-4.31%)
Mutual labels:  django
Python24
网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Django的电商项目(本应该的美多商城项目因为使用的是Vue技术,所以替换为Django天天生鲜项目)等等,希望能够帮助大家。资源搜集劳神费力,能帮到你的话是我的福分,望大家多多支持,喜欢本仓库的话,记得Star哦。
Stars: ✭ 650 (-9.72%)
Mutual labels:  django
Django Dashing
django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
Stars: ✭ 660 (-8.33%)
Mutual labels:  django
Django Split Settings
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
Stars: ✭ 684 (-5%)
Mutual labels:  django
Pinax Stripe
a payments Django app for Stripe
Stars: ✭ 650 (-9.72%)
Mutual labels:  django
Django Registration
An extensible user-registration app for Django.
Stars: ✭ 694 (-3.61%)
Mutual labels:  django
Dwitter
Social network for short js demos
Stars: ✭ 618 (-14.17%)
Mutual labels:  django
Django Lifecycle
Declarative model lifecycle hooks, an alternative to Signals.
Stars: ✭ 672 (-6.67%)
Mutual labels:  django
Django Rest Framework Filters
Better filtering for Django REST Framework
Stars: ✭ 710 (-1.39%)
Mutual labels:  django
Chartkick.py
Create beautiful Javascript charts with minimal code
Stars: ✭ 695 (-3.47%)
Mutual labels:  django
Django Treebeard
Efficient tree implementations for Django
Stars: ✭ 689 (-4.31%)
Mutual labels:  django

============= django-avatar

.. image:: https://badge.fury.io/py/django-avatar.svg :target: https://badge.fury.io/py/django-avatar :alt: PyPI badge

.. image:: https://readthedocs.org/projects/django-avatar/badge/?version=latest :target: http://django-avatar.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://travis-ci.org/grantmcconnaughey/django-avatar.svg?branch=master :target: https://travis-ci.org/grantmcconnaughey/django-avatar :alt: Travis CI Build Status

.. image:: https://coveralls.io/repos/grantmcconnaughey/django-avatar/badge.svg?branch=master&service=github :target: https://coveralls.io/github/grantmcconnaughey/django-avatar?branch=master :alt: Coverage

Django-avatar is a reusable application for handling user avatars. It has the ability to default to Gravatar if no avatar is found for a certain user. Django-avatar automatically generates thumbnails and stores them to your default file storage backend for retrieval later.

For more information see the documentation at http://django-avatar.readthedocs.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].