UniExplore is an application designed to help students explore their university and connect with their peers. Students can complete challenges at various locations across campus, see what their classmates did for those challenges, and like the responses of others.
In the root directory run:
pip install -r requirements.txt
Make sure you are in the UniExplore directory:
cd UniExplore
Then run:
python manage.py makemigrations
Then run:
python manage.py migrate
Then, to run the application:
python manage.py runserver
If you lock yourself out, do:
python manage.py axes_reset
To create an admin account:
python manage.py createsuperuser
To add a challange:
- Add a user
- In the admin page add to a group called game_master
- Conor Behard Roberts
- Kate Belson
- Michael Hills
- Tomas Premoli
- Jack Purkiss
- Lucas Smith
https://github.com/ExeterTeam25/group-software-project
- Version 0.0.1 is currently in development.
Please look in the LICENSE file for more information.