﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20191	No Module Named App Name	johnsonshara@…	nobody	"I have Created the Project and App using Python And Django.
This is My Model in my model.py
--------------------------------------------------------------------------------------
class Poll(models.Model):
    question = models.CharField(max_length=200)
    pub_date = models.DateTimeField('date published')
--------------------------------------------------------------------------------------
Now When run import Poll though python shell , it gives no module name Poll.

Project Structure :
mysite [project name]
   manage.py
   mysite 
       files under mysite
   polls [my app]
       __init__
       models
       views
       tests


"	Uncategorized	closed	Python 2	1.5	Normal	invalid		bmispelon@…	Unreviewed	0	0	0	0	0	0
