Skip to content

rit-sailing/website

Repository files navigation

RIT Sailing Website

The is the website created for the RIT Sailing club. It is written in python and uses a framework called Django

Requirements

This project requires python to run (can be 2 or 3).

Setup

After you clone the repo please run the following commands to install the dependencies.

$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata data.json

Troubleshooting

If you do not have pip installed with python grab it here.

Usage

To run the site, just enter the following command:

$ python manage.py runserver

This should start a development server on you machine on the port 8000. To view the site just goto localhost:8000.

The admin panel is located at /admin. To log in use these credentials:

username: admin
password: thisisapass

Issues and Feature Requests

Please submit all bugs, issues and feature requests in the issues section of the github repo.

Pull Requests

We do accept and look through pull requests. If you have a feature or fix send it our way!