Try the following steps, hope it will workout...
1. Right click on Project folder
2. Open Command Prompt here.
3. and Type 'python manage.py makemigrations --name initial polls' (in 
place of polls , you can put your application name)

But remember before step 3. 'polls' should be added in INSTALLED_APPS in 
setting.py. Something like this.

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'polls',
]


On Friday, August 10, 2018 at 2:24:54 AM UTC+5:30, vasu wrote:
>
> while running python manage.py runserver 8080 this in cmd ...i am getting 
> cant open file 'manage.py' .But i followed the documentation 
> properly.....help me with this
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9b68c5e1-0139-49e3-985e-e94e6921d170%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to