Skip to content

unt-libraries/django-invite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

327 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Invite

Build Status

Invite is a Django app for inviting new users to your new or existing Django project.

Dependencies

  • Python 3.8 - 3.11
  • Django 4.2.x

Documentation

Documentation, including installation instructions, can be viewed online at:

http://django-invite.readthedocs.org

Development

$ git clone https://github.com/unt-libraries/django-invite

$ cd django-invite

Install the app and test requirements.

$ pip install '.[test]'

Run the migrations.

$ ./manage.py migrate

Create a superuser.

$ ./manage.py createsuperuser

Run the development server.

$ ./manage.py runserver

Run the tests.

$ pytest

Run the tests against all supported versions of Django, and run a ruff check.

$ tox

License

See LICENSE.

Acknowlegments

Invite was developed at the UNT Libraries.

Contributors:

About

Django app for creating and inviting users for your app

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors