Code Monkey home page Code Monkey logo

django-inviter2's Introduction

django-inviter2

Build status Coverage status

Let your users invite new users.

Useful if you want your webapp to be in a private beta mode or for only permitting access to known users.

Installation

$ pip install django-inviter2

Version Support

We try to maintain support at or near Django's supported versions.

  • Django 3.2 (requires Python 3.6, 3.7, 3.8, 3.9, or 3.10)
  • Django 4.0 (requires Python 3.8, 3.9, or 3.10)

History

This is a fork of django-inviter.

Documentation is available via Read the Docs

django-inviter2's People

Contributors

bbayles avatar flashingpumpkin avatar laginha avatar mjschultz avatar mrg29 avatar tpeaton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

django-inviter2's Issues

Allow a user object to be passed in and reinvited

Adding an optional keyword argument for user will allow a specific user to be reinvited. This addresses the case where an exception will be thrown if multiple users have the same email and that email is passed to invite.

Allowing for custom user models

Could we get an update that would work with custom user models?

Instead of importing the User model from django.contrib.auth.models import User, doing the following:

from django.contrib.auth import get_user_model
User = get_user_model()

As it stands now this project doesn't work with custom user models.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.