Tuesday, September 25, 2018

Re: No module named "newsimage" app

Hi Mellisa, 

are you using the module/app 'newsimage' in some part of your application? 

first make changes to install apps section as Vinod Kumar suggested, then make sure whenever you  make reference to the app its imported. 

On Tue, Sep 25, 2018 at 2:19 PM 'Vinod Kumar' via Django users <django-users@googlegroups.com> wrote:
add app name after default dajngo.contrib . In your case INSTALLED_APPS will look like 

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

# third party modules

# custom module
    'newsimage',
]


On Tue, Sep 25, 2018 at 4:35 PM Melissa Malala <melissamalala@gmail.com> wrote:
My project is giving me an error called "No Module named "newsimage" app (2 Screenshots attached) whenever I run the server using:
python3.6 manage.py runserver. 

I have added the name of the app under INSTALLED_APPS but it won't recognise the name of the app. Is there anything else I need to do?

--
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+unsubscribe@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/8533b537-cd43-4492-813c-eac8e5dbded5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

************************************************************************

This e-mail and all attachments are intended solely for use by the intended recipient and may contain confidential / proprietary information of KiwiTech, LLC, subject to important disclaimers and conditions including restrictions on the use, disclosure, transfer or export of such information. If you have received this message in error or are not the named recipient(s), please immediately notify the sender at the telephone number stated above or by reply e-mail and delete this e-mail from your computer

--
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+unsubscribe@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/CAJOHC1y7z4BqVLnDtoVhc_VWUw3M1UVJKHUdP2Z2Mt%2BXfoKO4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@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/CAMEZma8F8Y7%3DjZd86oojETWBb-H3Q%2BOVX_FHFPkaknYhvwPbHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment