This is a repository for the NUS School of Computing Graduate Farewell Party (GFP) system
- Python 3 (2.7 is OK, but may cause problems)
- Django 1.9.2
Install all dependencies using pip
:
$ pip install -r requirements.txt
Optional: You may find it convenient to install the dependencies in a virtualenv, to prevent any conflicts.
Just run the following commands
$ manage.py migrate
$ manage.py runserver
Your website will now be running on localhost:8000
As the code is not yet production-ready, there are currently no instructions to set up a production-ready server.