Re: Unrecognizable error

2018-08-17 Thread Gerald Brown
I used to get this error if I was NOT in my virtual environment. On Friday, 17 August, 2018 12:54 PM, Vikrant Gupta wrote: I'm trying to migrate two Classes in Django using Pycharm. The error is as follow python manage.py makemigrations --name initial polls   File "manage.py", line 16     )fr

Re: Unrecognizable error

2018-08-16 Thread mazz ahmed
name of app should in small letters On Fri, Aug 17, 2018 at 11:28 AM, Vikrant Gupta wrote: > For example ? > > On Aug 17, 2018, at 11:57 AM, mazz ahmed wrote: > > this is an error in your install apps > naming the app should be unique > > On Fri, Aug 17, 2018 at 11:25 AM, Vikrant Gupta < > vikr

Re: Unrecognizable error

2018-08-16 Thread Vikrant Gupta
For example ? > On Aug 17, 2018, at 11:57 AM, mazz ahmed wrote: > > this is an error in your install apps > naming the app should be unique > > On Fri, Aug 17, 2018 at 11:25 AM, Vikrant Gupta > wrote: > I tried it too… But It didn’t work.showing another erro

Re: Unrecognizable error

2018-08-16 Thread mazz ahmed
mention your python version in python manage.py run server On Fri, Aug 17, 2018 at 9:54 AM, Vikrant Gupta wrote: > I'm trying to migrate two Classes in Django using Pycharm. The error is as > follow > > python manage.py makemigrations --name initial polls > File "manage.py", line 16 > )fr

Unrecognizable error

2018-08-16 Thread Vikrant Gupta
I'm trying to migrate two Classes in Django using Pycharm. The error is as follow python manage.py makemigrations --name initial polls File "manage.py", line 16 )from exc ^ SyntaxError: invalid syntax How to solve this error? and classes created are... class student(models.Model)