Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-03 Thread Lakshyaraj Dash
How ??? The views is inside quickstart folder On Sun, Sep 4, 2022, 00:21 Danish Nagori wrote: > Hello > I think you try this > from tutorial import views > > On Fri, 2 Sep 2022, 12:21 pm Pooja Kumari, > wrote: > >> Hello team, >> please help me with this error. >> >> -- >> You received this

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-03 Thread Danish Nagori
Hello I think you try this from tutorial import views On Fri, 2 Sep 2022, 12:21 pm Pooja Kumari, wrote: > Hello team, > please help me with this error. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-03 Thread Swetank Subham Roy
It should be: import .views Or from .views import your_view It should be a relative import On Sat, 3 Sep 2022 at 7:16 PM, Lakshyaraj Dash wrote: > She has views inside tutorials then quickstart. She has named every folder > as tutorial. She needs to rename some folders > > On Sat, 3 Sep,

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-03 Thread Lakshyaraj Dash
She has views inside tutorials then quickstart. She has named every folder as tutorial. She needs to rename some folders On Sat, 3 Sep, 2022, 18:41 Vj Vijay, wrote: > It should be from tutorial import views > > On Fri, Sep 2, 2022, 12:51 PM Pooja Kumari > wrote: > >> Hello team, >> please help

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-03 Thread Vj Vijay
It should be from tutorial import views On Fri, Sep 2, 2022, 12:51 PM Pooja Kumari wrote: > Hello team, > please help me with this error. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-03 Thread Lakshyaraj Dash
@rahul There no module for tutorial.quickstart in pypi Pip will throw error as not proper configuration was found against that package. On Fri, 2 Sep, 2022, 12:55 rahul sharma, wrote: > Ti install in terminal pip install totorial.quickstart > > > On Fri, Sep 2, 2022, 12:57 rahul sharma

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-03 Thread Lakshyaraj Dash
The main problem is that you have every folder named as tutorial so it's throwing errors. On Fri, 2 Sep, 2022, 12:51 Pooja Kumari, wrote: > Hello team, > please help me with this error. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. >

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-03 Thread Muhammad Juwaini Abdul Rahman
Add 'tutorial' to settings.py > INSTALLED_APPS On Fri, 2 Sept 2022 at 15:21, Pooja Kumari wrote: > Hello team, > please help me with this error. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-02 Thread Abdulrahman Abbas
Having exactly this kind of problem On Fri, Sep 2, 2022, 08:21 Pooja Kumari wrote: > Hello team, > please help me with this error. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-02 Thread Wazed Khan
Use from . import views Because you are in you app directory Or use from tutorial import views On Fri, Sep 2, 2022, 1:21 PM Pooja Kumari wrote: > Hello team, > please help me with this error. > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-02 Thread rahul sharma
Ti install in terminal pip install totorial.quickstart On Fri, Sep 2, 2022, 12:57 rahul sharma wrote: > Import module name > > On Fri, Sep 2, 2022, 12:21 Pooja Kumari wrote: > >> Hello team, >> please help me with this error. >> >> -- >> You received this message because you are subscribed to

Re: ModuleNotFoundError: No module named 'tutorial.quickstart'

2022-09-02 Thread rahul sharma
Import module name On Fri, Sep 2, 2022, 12:21 Pooja Kumari wrote: > Hello team, > please help me with this error. > > -- > 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