Skip to content

unt-libraries/django-invite

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 -r requirements.txt

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 flake8 check.

$ pip install tox

$ tox

License

See LICENSE.

Acknowlegments

Invite was developed at the UNT Libraries.

Contributors: