Maintainers:
Nathan Luu
Nic Moiso
Richard Tong
Aditya Verma
The Duc Vu
Alex Bell
You'll need to install python3
, pip
, virtualenv
, django-session-timeout
and django
.
We avoid system problems and dependency issues by running our project in virtual environments. It's recommended to have the environment activated when testing.
On Mac / Linux:
# Activating
source env/linux/bin/activate
# when activated, you'll see (env) before your command line
# Deactivating
deactivate
On Windows:
# Activating
env\Windows\Scripts\activate
# when activated, you'll see (env) before your command line
# Deactivating
env\Windows\Scripts\deactivate
cd app/helps_booking_system/
python3 manage.py runserver