Thursday, April 1, 2021

Re: ModuleNotFoundError -- Please help :)

Since your models aren't in the migrations python package, I would use an absolute path in the import statement here rather than the relative path.

On March 31, 2021 9:50:30 PM CDT, 'Dante Costabile' via Django users <django-users@googlegroups.com> wrote:
Hiya Folks.  Relatively new to django and quite enjoying it.  However working on a geodjango project and I'm getting this error.

Screen Shot 2021-03-31 at 10.48.41 PM.png

Here is the file its referencing:Screen Shot 2021-03-31 at 10.49.30 PM.png

and my file structure:

Screen Shot 2021-03-31 at 10.50.11 PM.png

Thanks in advance

No comments:

Post a Comment