AttributeError: 'module' object has no attribute '_handlerList'

2013-10-13 Thread Darion Yaphet
Hi all : when I use django-admin.py to init django project django-admin.py startproject hello Got a exception .. AttributeError: 'module' object has no attribute '_handlerList' what is it -- You received this message because you are subscribed to the Google Groups "Django users"

Providing browse from uploads button for ImageField

2013-10-13 Thread Burak Emre Kabakcı
Is it possible to change field type when saving a model to database? I have an ImageField and I want to put a button for choosing an image already uploaded. I know that ImageField acts like CharField when saving data to database but it uses multipart/form-data so it doesn't see POST data when

django summernote not working properly

2013-10-13 Thread Karl Arunachal
I am using django-summernote as a wysiwyg editor. And till now, I can save the post from the summernote editor and can display it too using the safe filter. But some of its functionalities are not there in my template. 1. There is no image upload

Re: View not working / how can I test it in the shell?

2013-10-13 Thread Mario R. Osorio
Thanks Kelvin Dtb/Gby === Mario R. Osorio "... Begin with the end in mind ..." http://www.google.com/profiles/nimbiotics On Sun, Oct 13, 2013 at 12:34 AM, Kelvin Wong wrote: > You need to understand what ALLOWED_HOSTS does if you want to ever deploy > your app. Please

[ANN] Django-Tests-Assistant

2013-10-13 Thread Amirouche Boubekki
Héllo everyone and else, I'm pleased to announce the immediate availability of Tests Assistantan application that helps the developer to test manually an application. In it's current form it's a Django application that you can install in any