私はdotcloud のこのチュートリアルに従っている python/django の初心者です。スクリプトを git clone しましたが、何も変更しませんでした。dotcloud プッシュを実行すると、404 エラーが発生します。管理者が見つかりません。
答えを探して、dotcloud の答えからこれを見つけ、wsgi.py をチェックしましたが、チュートリアルから複製したものと何も変わらないことがわかりました。dotcloud logs -b mysite も実行しましたが、何も問題はありませんでした。
私も走った
dotcloud run mysite python current/path_to/manage.py syncdb
そして私はまだ得ます
Page not found (404)
Request Method: GET
Request URL: http://jims-now0pen.dotcloud.com/
Using the URLconf defined in hellodjango.urls, Django tried these URL patterns, in this order:
^admin/
The current URL, , didn't match any of these.
これを修正するにはどうすればよいですか? 私はあなたの助けに感謝します -- ありがとう。