Skip to main content

Posts

Started internship at ONGC

 Started a paid internship at ONGC Tripura asset on August 17 2022. I was Excited first day. New learnings. Thanks to ITI and my big bro who force me to take admission in ITI. Now I'm in the HR-ER room writing this post waiting for my incharge's command to show my word, excel, coding skills.
Recent posts

New start

So today I decided to start my programmer journey again after going through all the bs things of life, eg. completing assignments(still incomplete), but nonetheless, I decided to learn javascript from the youtube channel called Geeky Shows. Soooooo let's Start the journey......:)

Started studying at ITI

  <HEY HUMANS> I just started studying at Industrial Training Institute. I choose COPA(Computer operator and programming assistant) trade because its suits my interest. Started going there from 14th December 2020. Learning basic computer things and a little bit of hardware knowledge.
 Hello World! I am learning Photoshop right now for a decent job after that will start filmora. And side by side taking tuition of Tally software for the job because of the hype it creates in the Tripura market. Coding is stopped but working on a project related to SNS(Social networking site) with one of my school buddy name Joydeep, currently learning about caching. That's all about it. Pretty hectic schedule. Peace/

Got an error while coding in django

 error is in an element name "price" in model.py. error:    return field.get_db_prep_save(self._effective_default(field), self.conne ction)   File "C:\Users\Shubrajit Acharjee\PycharmProjects\untitled\lib\site-packag es\django\db\models\fields\__init__.py", line 823, in get_db_prep_save     return self.get_db_prep_value(value, connection=connection, prepared=Fal se)   File "C:\Users\Shubrajit Acharjee\PycharmProjects\untitled\lib\site-packag es\django\db\models\fields\__init__.py", line 818, in get_db_prep_value     value = self.get_prep_value(value)   File "C:\Users\Shubrajit Acharjee\PycharmProjects\untitled\lib\site-packag es\django\db\models\fields\__init__.py", line 1776, in get_prep_value     raise e.__class__( ValueError: Field 'price' expected a number but got ''. solution:Go to migrations file and delete all the auto generated migration files related to element "price" and code correctly in models.py file and ru