In the last post I set up the app, the DB model, and the Git integration through the GitPython library. In this post, I'll be looking at the templates that will render what the user sees.

Read more »

In this article, I'll be going over the commit and inspect pages. The commit page is responsible for showing the changes made in a commit, and the inspect page is responsible for showing the contents of a file.

Read more »

Currently, whenever I wanted to update the repositories stored on the server serving the web app, I had to SSH into the server and pull from the Bitbucket repository. It would be nice if I could push to the server as a remote instead.

Read more »
0%