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.. :(
[![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
Built Distribution
File details
Details for the file django-keoh-userprofile-0.0.5.tar.gz
.
File metadata
- Download URL: django-keoh-userprofile-0.0.5.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcd7b2412faa0466ea7de5545300a99ee29516ed0a6277fb615dd7f3624e5b98 |
|
MD5 | 83197624b301e23027a1c30bd9651791 |
|
BLAKE2b-256 | 5c31507bc28e890ba7dfb2ccdd3e14892380e0fd2e4995237ec7f2a48fd100b5 |
File details
Details for the file django_keoh_userprofile-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: django_keoh_userprofile-0.0.5-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88d4a0d61c1da357418037d26a3f41d82aebaeb6d188ce3901921fbaee4e6012 |
|
MD5 | 96c231aef98b592b5f4385cb6f79811d |
|
BLAKE2b-256 | 17c5659178fb4bc89d72b454cfaf5f79e2a385c4ba8bc7c81fe2ded4a9f3c125 |