Skip to main content

Joli Users is a django rest framework module for creating and managing users for mobile clients.

Project description

=====
Joli Users
=====

Joli Users is a django rest framework module for creating and managing users for mobile clients

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "joli_users" and "rest_framework.authtoken" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'joli_users',
'rest_framework.authtoken'
]

2. Add these variables in settings::
JOLI_USERS_USER_GROUP_NAME = 'example group' #eg users, mobileUsers
JOLI_USER_PHOTOS_PATH = '/example_proj/example_path/'
JOLI_USERS_EMAIL_SUBJECT = 'example_subject'
JOLI_USERS_EMAIL_BODY_TEXT = 'example test'
JOLI_USERS_EMAIL_FROM = 'example@example.com'
JOLI_USERS_ACCOUNT_ACTIVATION_DAYS = 7

EMAIL_HOST = 'smtp.example.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True

EMAIL_HOST_USER = 'example@example.com'
EMAIL_HOST_PASSWORD = 'example_password'

2. Include the joli_users URLconf in your project urls.py like this::

url(r'^joli_users/', include('joli_users.urls')),

3. Run `python manage.py migrate` to create the polls models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a group (you'll need the Admin app enabled).

5. Visit http://127.0.0.1:8000/joli_users/ to participate in the poll.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

joli_users-0.1.tar.gz (6.9 kB view details)

Uploaded Source

File details

Details for the file joli_users-0.1.tar.gz.

File metadata

  • Download URL: joli_users-0.1.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for joli_users-0.1.tar.gz
Algorithm Hash digest
SHA256 fce09b3935b67f926d6678f4c886d74f073788d87a480f550933eb10981d777f
MD5 d451ba7e880fbcb727b8b1cd20d53a15
BLAKE2b-256 7f421efe9f6ba8f451e6921a2f0cf5ad38e1b2776f1bcd28f133feb99f5e3eca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page