heroku / heroku/heroku-buildpack-python
Fix Django sites with manage.py symlinks or similar unconventional configurations
Open
enhancement
- Dominant language
- Ruby
- Stars
- 993
- Forks
- 1.8k
- Avg merge
- 10h 50m
- Merged PRs (30d)
- 10
Description
There is an issue where `manage.py` can not be detect as a symlink because `find -f` doesn't find it.
Some Django projects also don't use manage.py, as `createproject` can take different templates for starting projects. Some people (myself included) create Django projects from scratch.
In order to support this, would it be considered if I wanted to implement a way to provide a custom Django management command via environment variables?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.