Links

   Quran Explorer - Interactive Audio Recitations & Translations
Showing posts with label postgresql. Show all posts
Showing posts with label postgresql. Show all posts

Wednesday, April 30, 2014

Gaffes


Since this blog is about my own experience while coding away my sanity, i think it would be fir enought to share my blunders too... not just wat works!!!!!!!!

In no particular order....

1. Strange PostgreSQL Error message
    "ERROR:  input of anonymous composite types is not implemented "

     This is an error message i had never encountered before but , against my own advice, instead of backtracking and looking for documentation of the error or googling, i went straight ahead to my new ui code and tried to debug.... i wasted almost 8 man hours... a whole official day in other words.

Later on i discovered that i had forgoten to specify a datataype for a db column in the sql script !!!!!!!!


2. New Django Models 'Refusing' to appear on the Admin site
   Was in 'debug' mode for about 2 days

   Found out that i had forgoten to register the new Models at admin.py