How to install Django in windows?
1. Download django Django-1.3.tar.gz 2. Extract it to get Django-1.3 folder. 3. Open Command Prompt 4. Go to the location where you extracted Django-1.3 5. Type python setup.py install If you get error in...
Programmer to Programmer- A website for web programming and mobile application programming tutorials
Programmer to Programmer
1. Download django Django-1.3.tar.gz 2. Extract it to get Django-1.3 folder. 3. Open Command Prompt 4. Go to the location where you extracted Django-1.3 5. Type python setup.py install If you get error in...
This error is due to the file permission. To resolve this issue we should change permission with SuperUser(sudo). So syntax is sudo chmod -R 0755 foldername I have installed lampp in /opt/lampp/htdocs folder so...
indexOf is not supported by dump web browser internet explorer. To solve this we need to add following code in our javascript file. if (!Array.prototype.indexOf) { Array.prototype.indexOf = function (elt /*, from*/) { var...
Recent Comments