Re: Attribute error

2011-04-30 Thread Yongning Liang
class wish(models.Model): wish=models.CharField(max_length=200) what's your django version On Sun, May 1, 2011 at 3:45 AM, Pulkit Mehrotra wrote: > AttributeError at /mysite/wishlist/ > > 'module' object has no attribute 'CharField' > > What does this error

Re: django-admin.py startproject mysite

2011-04-30 Thread Yongning Liang
if you tried the command django-admin.py startproject mysite and it output the usage, it mean the PATH of Python and django-admin.py is correct, maybe you type a wrong subcommand. BTW, are you install Django with setuptools(python setup.py install)? On Sat, Apr 30, 2011 at 10:16 PM, Daisy

Re: django-admin.py startproject mysite

2011-04-30 Thread Yongning Liang
or django-admin that i have > to put in my system PATH? > > On Apr 30, 4:37 am, Yongning Liang <liangyongn...@gmail.com> wrote: > > type this in Windows > > python django-admin.py startproject mysite > > if it doesn't work, make sure that bot

Re: Does django 1.3 has a ubuntu deb package released!

2011-04-29 Thread Yongning Liang
maybe there is no need to do this, you got python, and you can install Django with simple python setup.py install On Sat, Apr 30, 2011 at 10:29 AM, Korobase wrote: > Does django 1.3 has a ubuntu deb package released ! > I have googled but get none,Any one have done this? >

Re: django-admin.py startproject mysite

2011-04-29 Thread Yongning Liang
type this in Windows python django-admin.py startproject mysite if it doesn't work, make sure that both python and django-admin in you system PATH On Sat, Apr 30, 2011 at 5:38 AM, Daisy wrote: > Greetings all; > > I have a problem also with the "django-admin.py