Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 872 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 872 Bytes

NUS SoC GFP

Build Status

This is a repository for the NUS School of Computing Graduate Farewell Party (GFP) system

Installation

Requirements

  • Python 3 (2.7 is OK, but may cause problems)
  • Django 1.9.2

Development

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

Production

As the code is not yet production-ready, there are currently no instructions to set up a production-ready server.