#mozilla tutorial part 2
10 messages · Page 1 of 1 (latest)
Can you share your project layout? Do you have a directory called catalog in the project root (where the manage.py file is)?
I.e. did you run python3 manage.py startapp catalog?
Yes i have that
Did you create the catalog/urls.py file?
Nope since the tutorial didnt mention that
As a final step, create a file inside your
catalogfolder calledurls.py, and add the following text to define the (empty) importedurlpatterns. This is where we'll add our patterns as we build the application.
Ok, I think you just need to complete that step then 🙂
The tutorial sort of does things out of order 🙃
I see