Documentation
django-temprole is a Django app.
TODO: Provide a more detailed description here.
Dependencies
- Python 3.10 or later
- Django 4.2 or any later version supporting your Python version of choice.
Installation
-
Install django-temprole using your package manager of choice, e.g. Pip:
bash pip install django-temprole -
Add
django-temproletoINSTALLED_APPSin yourconfig/settings.pyfile:python INSTALLED_APPS = ( ... "django-temprole", ... ) -
Check that your configuration is valid:
bash python manage.py check
Bug reports and requests for enhancements
Please open an issue on the project's issue tracker on GitHub.
Contributing to the project
See the contribution guide.
Licensing
All rights reserved.