Validation always True for CharField but not with DateField in FormSet

2020-06-05 Thread Rookie
StackOverflow: https://stackoverflow.com/questions/62206149/validation-always-true-blank-false-for-charfield-but-not-with-datefield I have an inlineformset_factory containing a field. When this field is a CharField (blank=False) and I run is_valid() on the formset, True is always returned even

can't create django project

2009-05-19 Thread rookie
Hi, I just install django and try to create django project following the instruction: django-admin.py startproject mysite However, I got the message sais: 'django-admin.py' is not recognized as an internal or external command, operable program or batch file. In pythonwin (Python 2.6 version