problem with intalling python 2.7.1

2011-05-24 Thread bh.hoseini
hi! i installed python 2.7.1 on vista, then opened "command line", and wrote "django-admin.py startproject mysite" at first, but i faced syntax error:invalid syntax. could you help me solve this problem?! -- You received this message because you are subscribed to the Google Groups "Django users

installing django

2011-05-24 Thread bh.hoseini
hi there, i installed django on vista, but i don't know how to combine it with python, i read installation guide but it wasn't ussefull! :( -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googleg

Re: choice_set.all()

2011-05-29 Thread bh.hoseini
i found out that i clicked on "space" before the function, so i faced error, tnx for your attention On May 29, 9:26 am, Malcolm Box wrote: > On 29 May 2011 06:20, bahare hoseini wrote: > > > hi there, > > i followed the structure in > >https://docs.djangoproject.com/en/dev/intro/tutorial01/ ,eve

Re: Writing my first view

2011-06-06 Thread bh.hoseini
i used "debug = False" in setting.py, that's why i couldn't see what the real error is because of the page appearance! thank you for your attention, On Jun 6, 5:31 am, Dave Sayer wrote: > Have you followed the whole of the tutorial? > On 6 Jun 2011 07:41, "bahare hoseini" wrote: > > > hi there,

Re: help plz to install Django

2011-06-12 Thread bh.hoseini
which step are u now ihsan? did u installed django successfully & you're going to start a project? Regards, On Jun 11, 9:54 pm, Sergiy Khohlov wrote: > This guy would like to start. First steps are hard always and Are you > definitely sure  that adding not trivial procedure is  a good solution >

Re: creating a simple mailbox

2011-07-15 Thread bh.hoseini
yes i've recently done that (to make project easier i'm covering "inbox" part first), what should i do next? that's very kind of you, thanks On Jul 14, 1:35 pm, ikatanda wrote: > have you created your views and added the url to point to the app > mailbox page? > > On Jul 14, 7:36 am, bahare hosei