pythondjangodjango-urlssatchless

issues with satchless app


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


Solution

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