31 May ‘14

Whereas pip tells me I have psycopg2 and it’s up-to-date.
Advice from #Django: “just make sure you installed it inside your virtual env or that your virtual env takes the system site packages” for Psycopg2. Okay, linovia on #Django helped me. I had to install psycopg2 AFTER activating the virtual env.

To activate virtualenv: “. bin/activate”;
To deactivate it: “deactivate”

Created a dummy HTML form on new page, trying to fetch data using Django now.

 
0
Kudos
 
0
Kudos

Now read this

30 July ‘14

I installed vagrant on my Ubuntu VM, which I then had to upgrade from 1.0.1 to 1.6.3 (the latest). The Ubuntu maintainers didn’t stock the latest version, so I had to get it from the vagrant website directly. I ran a ‘vagrant up’ after... Continue →