Re: syntax error

2018-07-25 Thread Akhil Reddy
So what is the solution for this pblm.. On Wed 25 Jul, 2018 7:38 am deepali pandey, wrote: > $ python -m django --version showing syntax error? also i am unable to > create a file.. i am using python 3.7 and django is already installed in my > system, version of django is 2.0.7(which is compati

Re: How to install django if user is using spyder

2018-07-24 Thread Akhil Reddy
Hello guys I'm using spyder it contain python 3.6 so how I can I install django Please help me On Tue 24 Jul, 2018 6:46 pm John Son, wrote: > *models.py* > class Post(models.Model): > title = models.CharField(max_length=200) > body = models.TextField() > user = models.ForeignKey(