Skip to main content

A simple Django app to manage user profiles

Project description

# Keoh User Profile
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/KeoH/django-keoh-userprofile/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/KeoH/django-keoh-userprofile/?branch=master)

Keoh User Profile is a very simple app to use extended version of Django User model.

## Quick start


1. Add ```"user_profile"``` to your ```INSTALLED_APPS``` setting like this:
```
INSTALLED_APPS = (
...
'user_profile',
)
```
2. Run migrate:
```
python manage.py migrate
```

## Details


This application creates a user_profile table in your database, this model is linked to django user model,
you can access to avatar image through the userprofile object in the user instance object:

```
user.userprofile.get_avatar()
```

It returns the complete url to the avatar file, or if it does not exist, it returns a default image.

## Forms and user sign in and sign up


Documentation in progress.. :(


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-keoh-userprofile-0.0.5.tar.gz (23.9 kB view hashes)

Uploaded Source

Built Distribution

django_keoh_userprofile-0.0.5-py3-none-any.whl (23.7 kB view hashes)

Uploaded 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