I am developing a Django app.
I have modified the source code of daphne
package for my requirements.
But I cant figure out how to use that package in heroku.
Heroku fetches from official site.
Should I publish it to pypi as a separate package?
Thanks for the help
Asked
Active
Viewed 131 times
0

DjangoGuyy
- 1
- 2
-
Try to deploy the app without adding `daphne` into `requirments.txt` – Kalana Mar 24 '21 at 08:02
1 Answers
0
I ended up using the following answer. Hosting the package in GitHub and accessing it. https://stackoverflow.com/a/34518202/15465995

DjangoGuyy
- 1
- 2