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
I buy hosting and create project. Then i decided create app. I write python
manage.py startapp webapp and jumps out error :
Traceback (most recent call last):
File "manage.py", line 22, in
execute_from_command_line(sys.argv)
File
"/home2/victorko/virtualenv/app/3.4/lib/python3.4/sit
3 matches
Mail list logo