This project is a Django-based website created by the Research Software Group for the 'Languages for All Digital First' project at the University of Birmingham
- Fork this template project (just click "fork" in GitLab)
- Change the places it talks about being a template project into your own project (e.g. name) and send a merge request to get the changes merged in your new repository.
- We would not normally expect you to pull any new changes from the template into your fork, or push any changes back. There may be exceptions to this though.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run this project, you're required to have the following software installed on your machine:
- Python 3 (for specific Python 3 version please see the Django documentation
- pip
- virtualenv
- The project dependencies are specified in requirements.txt
- cd into project directory
- create a virtualenv
- run
pip install -r requirements.txt
- Django - The Python web framework used
See the LICENSE.md file for details