manage.py task not working in pycharm
Could anyone tell me how to make manage.py task in pycharm.
The same manage.py task is working perfect on a Linux platform...any idea why?
The same manage.py task is working perfect on a Linux platform...any idea why?
Please sign in to leave a comment.
ImportError: No module named src.RGT
Process finished with exit code 1
But when i use the linux terminal for command 'python manage.py runserver' it executes fine.
Could you let me know why it is not working in pycharm?
RGT-tool
src
RGT
app1
app2
app3
app4
manage.py
settings.py
—
—
static files
templates
I added the django support path so that settings.py and manage.py files are properly configured in pycharm.
Let me know if you need further information
could you please provide the error message, that you get running the task in PyCharm.
It is same error as i stated in my previous message
"ImportError: No module named src.RGT
Process finished with exit code 1"