We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My django project has the following architecture, i.e. my manage.py file is not in the root of my project but in the src/ folder.
manage.py
src/
It is not found because the v2.0 only goes up. The v1.0 was going down too.
project ├── src │ ├── project │ │ ├── __init__.py │ │ ├── asgi.py │ │ ├── settings.py │ │ ├── urls.py │ │ └── wsgi.py │ ├── __init__.py │ └── manage.py ├── README.md ├── node_modules ├── package.json ├── package-lock.json └── ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My django project has the following architecture, i.e. my
manage.py
file is not in the root of my project but in thesrc/
folder.It is not found because the v2.0 only goes up. The v1.0 was going down too.
The text was updated successfully, but these errors were encountered: