not able to install django development version
sir i am not able to install django development version on my machine i am using vista 32 basic.. problem is occurring during svn checkout command,, plz help me out.. "" C:\Python26\development\python>svn co http://code.djangoproject.com/svn/django/t runk/ django-trunk svn: OPTIONS of 'http://code.djangoproject.com/svn/django/trunk': could not conn ect to server (http://code.djangoproject.com)"" -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: not able to install django development version
On Jun 22, 5:32 pm, Simon Brunning wrote: > On 22 June 2010 12:33, samie wrote: > > > sir i am not able to install django development version on my machine > > i am using vista 32 basic.. > > > problem is occurring during svn checkout command,, > > And the problem is? > > -- > Cheers, > Simon B. dis is my problem i get dis message when i enter svn check out command on my prompt... C:\Python26\development\python>svn co http://code.djangoproject.com/svn/django/t runk/ django-trunk svn: OPTIONS of 'http://code.djangoproject.com/svn/django/trunk': could not conn ect to server (http://code.djangoproject.com)"" -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: not able to install django development version
On Jun 22, 6:41 pm, Horst Gutmann wrote: > The checkout works for me. Are you perhaps behind some HTTP proxy or > firewall that blocks certain HTTP commands? You could also try one of > the project mirrors on github or bitbucket. Perhaps you have more luck > downloading one of these: > > http://github.com/django/djangohttp://bitbucket.org/mirror/django-trunk > > > > On Tue, Jun 22, 2010 at 1:33 PM, samie wrote: > > sir i am not able to install django development version on my machine > > i am using vista 32 basic.. > > > problem is occurring during svn checkout command,, > > > plz help me out.. > > > "" > > C:\Python26\development\python>svn > > cohttp://code.djangoproject.com/svn/django/t > > runk/ django-trunk > > svn: OPTIONS of 'http://code.djangoproject.com/svn/django/trunk': > > could not conn > > ect to server (http://code.djangoproject.com)"" > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to django-us...@googlegroups.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com. > > For more options, visit this group > > athttp://groups.google.com/group/django-users?hl=en. thank u sir for ur valuable reply... -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
error at first page of django tutorial
sir m getting problem in running my first django tutorial page..available at http://docs.djangoproject.com/en/dev/intro/tutorial01/ i had already tried it for 3 times earlier.. but not making it up to// i have installed django from http://bitbucket.org/mirror/django-trunk that u earlier told me to do.. and the problem occuring is "" IndentationError at /admin/ unexpected indent (urls.py, line 5) Request Method: GET Request URL:http://127.0.0.1:8000/admin/ Django Version: 1.3 pre-alpha Exception Type: IndentationError Exception Value: unexpected indent (urls.py, line 5) Exception Location: c:\python26\lib\site-packages\django\utils \importlib.py in import_module, line 35 Python Executable: c:\python26\python.exe Python Version: 2.6.5 Python Path:['C:\\Python26\\mysite', 'C:\\Windows\\system32\ \python26.zip', 'c:\\python26\\DLLs', 'c:\\python26\\lib', 'c:\ \python26\\lib\\plat-win', 'c:\\python26\\lib\\lib-tk', 'c:\ \python26', 'C:\\Users\\sony\\AppData\\Roaming\\Python\\Python26\\site- packages', 'c:\\python26\\lib\\site-packages'] Server time:Mon, 28 Jun 2010 13:08:54 +0530 "" plz help -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: error at first page of django tutorial
On Jun 28, 12:55 pm, Daniel Roseman wrote: > On Jun 28, 8:49 am, samie wrote: > > > > > > > sir m getting problem in running my first django tutorial > > page..available athttp://docs.djangoproject.com/en/dev/intro/tutorial01/ > > > i had already tried it for 3 times earlier.. but not making it up to// > > > i have installed django fromhttp://bitbucket.org/mirror/django-trunk > > > that u earlier told me to do.. > > > and the problem occuring is > > > "" > > > IndentationError at /admin/ > > unexpected indent (urls.py, line 5) > > Request Method: GET > > Request URL: http://127.0.0.1:8000/admin/ > > Django Version: 1.3 pre-alpha > > Exception Type: IndentationError > > Exception Value: > > unexpected indent (urls.py, line 5) > > Exception Location: c:\python26\lib\site-packages\django\utils > > \importlib.py in import_module, line 35 > > Python Executable: c:\python26\python.exe > > Python Version: 2.6.5 > > Python Path: ['C:\\Python26\\mysite', 'C:\\Windows\\system32\ > > \python26.zip', 'c:\\python26\\DLLs', 'c:\\python26\\lib', 'c:\ > > \python26\\lib\\plat-win', 'c:\\python26\\lib\\lib-tk', 'c:\ > > \python26', 'C:\\Users\\sony\\AppData\\Roaming\\Python\\Python26\\site- > > packages', 'c:\\python26\\lib\\site-packages'] > > Server time: Mon, 28 Jun 2010 13:08:54 +0530 > > > "" > > > plz help > > The problem is clearly stated, an indentation error on line 5 of > urls.py. If you don't understand why indentation is important, you > should do an introductory Python tutorial before trying the Django > one. > -- > DR. not able to fix it yet.. plz explain in detail.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: error at first page of django tutorial
On Jun 28, 12:58 pm, Kenneth Gonsalves wrote: > On Monday 28 June 2010 13:19:45 samie wrote: > > > IndentationError at admin > > unexpected indent (urls.py, line 5) > > go to line 5 of your urls.py file and fix the indentation > -- > Regards > Kenneth Gonsalves > Senior Associate > NRC-FOSS at AU-KBC not able to fix it yet.. plz explain in detail.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: not able to install django development version
done thnx.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: not able to install django development version
done thnx.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
how to develop cms on django
sir i am a beginner in python and django.. i want develop a content management system using django.. plz help me wht shld i do from where shld i start.. i am learning python from google videos and develop a application which is available on django home website.. m using python 2.6 and django 1.2 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: how to develop cms on django
1 more query.. what are important that i shld. learn in python and in django to develop my cms.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: how to develop cms on django
On Jun 30, 1:58 pm, bruno desthuilliers wrote: > On 29 juin, 12:41, samie wrote: > > > 1 more query.. > > > what are important that i shld. learn in python and in django to > > develop my cms.. > > Everything or almost. i dont have time i need to start development within a month.. plz tell me all those crucial topics that i should learn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: how to develop cms on django
roger that.. thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
LIMITATIONS of django
sir what are the shortcomings and limitations of Django. i am newbie and got to develop my own cms using python. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.