I am trying deploy my Django application to heroku and I get an error when 
I perform git push heroku master command

Do you know the reason which I get this error?


uleague) ➜ pickapp git:(master) ✗ git push heroku masterCounting objects: 195, 
done.Delta compression using up to 8 threads.Compressing objects: 100% (92/92), 
done.Writing objects: 100% (195/195), 516.34 KiB | 0 bytes/s, done.Total 195 
(delta 93), reused 195 (delta 93)
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: 
remote: ! Push rejected, no Cedar-supported app detected
remote: HINT: This occurs when Heroku cannot detect the buildpack
remote: to use for this application automatically.
remote: See https://devcenter.heroku.com/a...
remote: 
remote: Verifying deploy...
remote: 
remote: !   Push rejected to shielded-crag-57385.
remote: To https://git.heroku.com/shielde...! [remote rejected] master -> 
master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/shielde...
(uleague) ➜ pickapp git:(master) ✗

I have the following structures directory:

<http://i.stack.imgur.com/V27Tt.png>


I follow the getting started tutorial for deploy in heroku web page 
<https://devcenter.heroku.com/articles/getting-started-with-python#prepare-the-app>
 and 
in their samples, the requirements.txt and the settings.py were as a 
isolated files in the root project and not nested under folders as a 
settings/ folder or a requirements /folder

This have related for my error of push rejected ?


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/37fec548-9274-4383-8a72-04f55f9e2ed6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to