Django Tasker Account - Extended user system for Django
Project description
Features
Geocoding user (Automatic determination of the user’s location during registration)
Automatic time zone change depending on user settings
Automatic language change depending on user settings
- User Profile
Timezone
Language
Gender
Birth date
Mobile phone
Avatar
- OAuth
- Provider
Google
Facebook
VK.com
Yandex
Filling user profile from provider OAuth
Automatic download avatar
- Pages
Login page
Sign up page (sending a confirmation email)
Page forgot password
- User profile page
Page change password
Page change firstname, lastname, gender, birth date
Page change country and city
Set 2FA
Upload avatar
Requirements
Python 3.6+
A supported version of Django (currently 2.2)
Getting It
You can get Django Tasker Account by using pip:
$ pip install django-tasker-account
If you want to install it from source, grab the git repository from GitHub and run setup.py:
$ git clone git://github.com/kostya-ten/django_tasker_account.git $ cd django_tasker_account $ python setup.py install
Installation
To enable django_tasker_account in your project you need to add it to INSTALLED_APPS in your projects settings.py
INSTALLED_APPS = (
# ...
'django_tasker_account',
# ...
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for django-tasker-account-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7eb24178dc57fbf3b33f5dbd9f22fcc7e02fe4d8896955a6084679d2b00a2f7 |
|
MD5 | 8d1857d34cfe573f451054e597efc678 |
|
BLAKE2b-256 | 567fc1b8719600723abede57410d26576f8802cf1355e6fc46737719b1322234 |