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-inviteInstall the app and test requirements.
$ pip install -r requirements.txtRun the migrations.
$ ./manage.py migrateCreate a superuser.
$ ./manage.py createsuperuserRun the development server.
$ ./manage.py runserverRun the tests.
$ pytestRun the tests against all supported versions of Django, and run a flake8 check.
$ pip install tox
$ toxSee LICENSE.
Invite was developed at the UNT Libraries.
Contributors: