Skip to content

Getting started

ominhas edited this page Apr 10, 2018 · 4 revisions

Getting started

Thank you for wanting to get involved!

Dependencies

There are a few dependencies that need to be installed. Please make sure to have the latest versions of:

  • Python 3
  • MySQL
  • Django

For Mac users, please refer to the dependencies.md file in the main repository as there have been some issues with Django using Python 2 instead of Python 3.

Getting the code

Once you have the dependencies set up, go ahead and clone the repository!

Pushing changes

If you feel as if you have contributed, submit a PR and a member of the Pellio team will review your code. If approved, it will be integrated into the project!

Location of certain files

For the signup.html file, go to PellioRPI/accounts/templates/accounts

For all other .html files, go to PellioRPI/home/templates/home

For .css and .javascript files, go to PellioRPI/home/static/home

Clone this wiki locally