Django-manage.py-anywhere
Django-manage.py-anywhere copied to clipboard
Run manage.py commands from anywhere. Finds the closest to current path manage.py file and runs commands against it.
Results
1
Django-manage.py-anywhere issues
Sort by
recently updated
recently updated
newest added
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...