What I did today - 7th May

Okay, so, college assignments and lab files aside, today I tried to run TimVideos streaming-system module on my laptop. It took me a while to realize that I was working with a more recent version of Django than the one the streaming-system works with.
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 →