Hi,
Looks like you have added "app.app" in your installed apps _before_
creating actual app with that name. When trying to form environment for
executing management command Django fails to find your app.
So either remove that app.app (which seems that it's not even name of
the app you want t
Hi,
Perhaps you need to set PYTHONPATH to the location where your app module
is located.
HTH
Etienne
Le 2017-12-13 à 01:54, Виктор Копылец a écrit :
I buy hosting and create project. Then i decided create app. I write
python manage.py startapp webapp and jumps out error :
Traceback (m
2 matches
Mail list logo