heroku / heroku/heroku-buildpack-python

Fix Django sites with manage.py symlinks or similar unconventional configurations

Open
#972 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.