sesh / django-up

🚀 Zero configuration Django deployments
https://django-up.com
MIT License
95 stars 4 forks source link

Use pipenv in a Pipfile exists #7

Open sesh opened 2 years ago

sesh commented 2 years ago

Moving to later milestone, for v2.0.0 we can expect a requirements.txt file to exist in the root of the project.

sesh commented 1 year ago

Added a blocking check in up.py that exits if a requirements file does not exist.