Re: Getting an error while try to build my first application in Django

2023-03-05 Thread Olatide Joseph
Have you created your application homes ? Cause it's saying no modules named homes. Just run the following command `python manage.py startapp homes` and in your settings.py installed_apps=[ ... 'homes.apps.HomesConfig' ] add the following line in your installed apps config and the folder homes crea

Re: IMPORT PROBLEM

2024-09-03 Thread Olatide Joseph
There's no file named views.py in that directory On Mon, Sep 2, 2024, 2:03 PM Talha Malik wrote: > Send the screenshot of folder structure, in which file you are importing > and how you are importing? > > On Mon, 2 Sept 2024, 11:46 am Augusto Domingos, < > augustodomingosva...@gmail.com> wrote: