12 Aug ‘14

Today I worked on adding a link in the streaming-system website frontend. I assumed it to be a straightforward task, which it should have been, but I’ve messed up my git repo somewhat. Doing a ‘make serve’ for the streaming system turns up a series of errors. I’ve setup the stream before, so I think I can resolve it. That’s my first task for tomorrow.

 
0
Kudos
 
0
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 →