Форум сайта python.su
Решил опробовать систему управления комментариями http://djbook.ru/ch14.html#djangobook.chap14.standard-library.comments
Вышла ошибка
Request Method: GET Request URL: http://localhost:8000/video_player/1 Django Version: 1.5b2 Exception Type: ImportError Exception Value: cannot import name FreeComment Exception Location: c:\site\upload\upload\urls.py in <module>, line 5 Python Executable: C:\Python27\python.exe Python Version: 2.7.3 Python Path: ['c:\\site\\upload', 'C:\\WINDOWS\\system32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages', 'C:\\Python27\\lib\\site-packages\\PIL'] Server time: Sun, 10 Mar 2013 09:34:00 +0300
from django.contrib.comments.models import FreeComment
Офлайн