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
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:
2 matches
Mail list logo