29 July ‘14

I tried deploying the app on the VM by merging skay’s commit. I installed vagrant, but it’s version 1.0.1, far from being the latest. Upgrading to the latest version needs me to remove this and reinstall the new one. Also, skay suggested that it might become heavy on the VM at some point, so I am contemplating trying deploying the app on Windows itself. I’ll try and be done with this part by 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 →