The SORT provides a comprehensive self-assessment framework, enabling organisations to evaluate and strengthen their research capabilities within nursing and broader health and care practices. By guiding you through forty-four targeted statements, SORT helps assess your current level of research maturity and the support available for nurses involved in research. Upon completion, your organisation will be equipped to create a tailored improvement plan to better integrate research into nursing practice, ultimately contributing to improved patient care.
Follow these steps to set up and run the app locally:
Prerequisites
- Python 3.10
- pip
- Clone the project repository to your local machine
git clone <repository-url>
- Create and activate a virtual environment
python -m venv .venv
source .venv/Scripts/activate
- Install dependencies
pip install -r requirements.txt
- Configure the database
python manage.py migrate
- Create a superuser
python manage.py createsuperuser
- Finally, run start the development server
python manage.py runserver
The app will be available at http://127.0.0.1:8000.