私はDjangoを初めて使用するので、自分で分岐する前にいくつかのチュートリアルを実行すると思いました。http://lightbird.net/dbe/cal1.htmlで説明されているカレンダーアプリをプログラムしようとしています。ただし、次のエラーが発生するため、URLconfigが機能していないようです。
TypeError at /admin/
'str' object is not callable
Request Method: GET
Request URL: http://ec2-23-20-82-228.compute-1.amazonaws.com:8000/admin/
Django Version: 1.4
Exception Type: TypeError
Exception Value:
'str' object is not callable
Exception Location: /usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py in get_response, line 111
Python Executable: /usr/bin/python
Python Version: 2.7.3
誰かが私を正しい方向に向けることができれば、それは大いにありがたいです!