1

I am using satchless app in my local server. It is installed at python path. Later i have create my project in my home directory and modify the settings.py file as described in this doc

But when i am running my server and goes to localserver localhost:8000 it gives me the error cannot import name cart_app I think it does not imort none of the app (cart, product or anything i have mention in my doc).

My url.py file is similar as it is specified in the doc i have mentioned above.

So any one who have used satchless app can tell me where i am wrong

Any suggestions would be appreciated Thanks

user1746291
  • 323
  • 2
  • 5
  • 15

1 Answers1

0

Try to runserver --traceback, sometimes the error comes from somewhere else.

Steve K
  • 10,879
  • 4
  • 39
  • 39