Trying to deploy django app, getting unclear error
This is all that is stated, I have no idea why it isn't finding the app name.
Here is my Procfile:
Very simple. This setup worked on Heroku. Can someone help me deploying here?
14 Replies
Project ID:
N/A
You might find these helpful:
- Cannot build with Nix pack
- Django web server, gunicorn not found
- Nixpack build error with Django app
⚠️ experimental feature
5dbd449a-5a05-4661-82e9-f1e2f2db4118
5dbd449a-5a05-4661-82e9-f1e2f2db4118
5dbd449a-5a05-4661-82e9-f1e2f2db4118
@themercenary
yes
if you know how to run your app you can fill these out
ok im going to try with that
mess around with it
@themercenary did you get it to work?
yes
not fully yet
but i put the app in a folder
inside another folder with the procfile, requs and version
and changed my postgres setup and it deployed and is running
guess you cant have that stuff inside the same folder as the project
I'm sure you can, it might be based on how you have things configured... But I know anytime I have ever done a Django project, my root contains only my
manage.py
and requirements.txt
files.for my case u couldnt
might even be a glitch cause it detected the app
when the requ txt wasnt there
but then u put the requirements.txt says app no found
I know on Railway, I use the Django template, and then modify as needed... We are waiting for a few pull requests to get accepted to remove the Procfile and use only nixpacks... So, I wouldn't fully recommend using the template just yet.