Skip to content
New issue

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

Couldn't find in subdirs #2

Open
Shi-Raida opened this issue Apr 13, 2022 · 0 comments
Open

Couldn't find in subdirs #2

Shi-Raida opened this issue Apr 13, 2022 · 0 comments

Comments

@Shi-Raida
Copy link

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.

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 
└── ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant