21 May ‘14

Sorry about the delay in this blogpost. I’ve been playing around with the streaming system since the last couple of days. Trying to figure out how components connect. My speed is a bit slow at the moment because I am new to Django.
I did add a Report Bug button on the streaming system. It’s temporarily placed in the footer. Next I am trying to direct it to a new page where I fetch and display all relevant information. This is just for testing that I am going the right way. I will add all this information to a database once I make sure that I fetch all the right and necessary data.

 
1
Kudos
 
1
Kudos

Now read this

1 Aug ‘14

Sheila setup a rackspace VM for me to deploy the Django app. It’s the first time I’m using (and learning) Fabric. Issues faced: VM freezed everytime I entered the password. Resolved by setting env.password string in fabric task. Jinja... Continue →