Invite is a Django app for inviting new users to your new or existing Django project.
- Python 3.8 - 3.11
- Django 4.2.x
Documentation, including installation instructions, can be viewed online at:
http://django-invite.readthedocs.org
$ 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
See LICENSE.
Invite was developed at the UNT Libraries.
Contributors: