26 May ‘14

This week my final exams at university begin. They’ll last till 10th, but I hope to find some time in-between the exam days to work on my project. Over the past week I have gathered better command over Django and, in turn, the streaming system. I’ll be able to focus more after the exams, but will keep getting used to it whenever time permits.

As of now, I am focusing on how I can fetch the system information using JavaScript and how I can create the form using Django.

 
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 →