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 means ???
>
> View for this
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 wrote:
t; to put in my system PATH?
>
> On Apr 30, 4:37 am, Yongning Liang wrote:
> > 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
> >
> >
>
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?
> Thanks.
>
> --
>
> --
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 startproject mysite"
> command
>
>
5 matches
Mail list logo