14 June ‘14

Done with the form today. Only styling remains. Data being computed in JS and saved to database.

Here’s a screenshot for the form: link

Screenshot of the database table: link

The following parameters will be fetched from stream: Video Quality, Video Format and Frame Rate. It needs to be seen how I will fetch those.

Tasks 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 →