OSDLabs / WavesWebsite2016

The official repository of the site of Waves, the annual cultural fest of BITS Pilani, Goa. Made using Django Framework of Python for server side. Includes data porting using REST Framework to JSON to be accessible on the mobile app.
http://bits-waves.org
7 stars 10 forks source link

Waves Website 2016

codecovtravis

About

The official repository of the site of Waves, the annual cultural fest of BITS Pilani, Goa. Made using Django Framework of Python for server side. Includes Django REST Framework to output JSON.

Link

Hosted live on bits-waves.org. The changes will be pushed thrice a week (or as and when necessary).

Contribution

Installation

If you are new to github, follow git-task repository for basic knowledge on how to contribute.

$ virtualenv waves
$ cd waves
$ source bin/activate
$ git clone https://github.com/[USERNAME]/WavesWebsite2016 src
$ cd src
$ pip install -r requirements.txt

NOTE for windows in the 3rd line use:

$ waves\Scripts\activate
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

Contributing Guidelines

If you have any issues with the code or anything, put in one at the issues section of the repository before giving in a pull request.

Authors

Planned Features