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

3 Aug ‘14

The necessary JS and CSS files were not being loaded. I ran a “ python manage.py findstatic ”. It told me some apps were not installed. django_extensions debug-toolbar South django_tables2 pyscopg2 After installing these, findstatic was... Continue →