vebnz / oddit

Odd Information Technology Jobs web application
http://oddit.co.nz
3 stars 0 forks source link

Update simplejson references to json #63

Closed rattfieldnz closed 9 years ago

rattfieldnz commented 9 years ago

simplejson is depreciated, so any associated references/imports need to be replaced with json.

rattfieldnz commented 9 years ago

Ive gone through the files in the social_auth folder and made changes, tomorrow I'll be looking for others that could have the same problem...

veb commented 9 years ago

Great work. You do realise you could use grep?

grep -R "something" *

veb commented 9 years ago

Cheers for doing this @rattfieldnz