Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 248 Bytes

codeguide.md

File metadata and controls

6 lines (4 loc) · 248 Bytes

Coding-Guide

The static files are handled by the cloud server during deployment however for development of the project locally, the files are stored at notes/static/.

The coding style used in this project is PyLint. Using Pre-commit as well.