Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Development Guide

Seung Won [Tom] Lee edited this page Jul 3, 2018 · 1 revision

This page will be updated as necessary.

Project Resources:

  • Django Project will the primary source of documentation for development
  • PEP8 is the style guide for how one should structure the project. This isn't strictly reinforced but a good thing to have. I also suggest using autopep8 for easy of formatting
  • jQuery API will the primary source of documentation for any Javascript/jQuery related items.
  • Heroku Dev Center is the primary source of documentation for anything pertaining to deployment.

For any other questions, search through Google, Stackoverflow, or GitHub