Sometimes we need to delete or truncate all the database tables in django project from the view.py or controller file. First of all you need to go to open the view.py and add the...
Hello guys its sometimes frustrating using xcode in different keyboards. Normally indentation in xcode can be done with the CMD + [ or CMD + ] keys. Since [ and ] keys are not...
Hi guys, Today i am in mood to discuss the common indentation error in python code. We frequently get the indentation errors such as: IndentationError: unindent does not match any outer indentation level IndentationError:...
To enable curl package php5-curl should be installed. Run the following command in your terminal sudo apt-get install php5-curl Now restart apache by running following code sudo /etc/init.d/apache2 restart Hope this solution will help...
For a beginner its really a difficult to install LAMP on Ubuntu. Even if it is installed its very difficult to run phpmyadmin properly. I am going to share my personal experience and difficulties...
Recent Comments