Skip to main content

Django Tasker Account - Extended user system for Django

Project description

https://travis-ci.org/kostya-ten/django_tasker_account.svg?branch=master Documentation Status Codacy Badge Requirements Status

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',
    'django_tasker_geobase',
    'mptt',
    # ...
)

Full documentation

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-tasker-account-0.0.13.tar.gz (33.4 kB view details)

Uploaded Source

File details

Details for the file django-tasker-account-0.0.13.tar.gz.

File metadata

  • Download URL: django-tasker-account-0.0.13.tar.gz
  • Upload date:
  • Size: 33.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.1

File hashes

Hashes for django-tasker-account-0.0.13.tar.gz
Algorithm Hash digest
SHA256 f6a78f3c8ac853aa4c14635b66fe577a6ddc81ac5304760d4b66c91032890575
MD5 37e3401db0c6438d3a2dfe222d5790e6
BLAKE2b-256 048135b05b87616b0852c9dfe5eba66c28f5d8286e238669a645a0ed0e74f1fb

See more details on using hashes here.

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