Re: install a new model in my project

2012-07-05 Thread Tomas Neme
> I used pip for install sorl.thumbnail but "multiuploader" it isn't in > the pip's repo well, HOW did you install it? you can still tell pip to use a git or mercurial repository, or a tarbal file, for example (virtualenv) $ pip install git+git://

Re: install a new model in my project

2012-07-05 Thread dhararon
El miércoles, 4 de julio de 2012 14:10:47 UTC-5, Tomas Neme escribió: > > > (django_multiuploader), and i write in INSTALLED_APPS > 'sorl.thumbnail', > > 'multiuploader', then i execute manager.py runserver and return > "Error: No > > module named multiuploader" I dont understand how

Re: install a new model in my project

2012-07-05 Thread lokesh s
Hi, You can try downloading the source ball extract django_multiuploader inside your project folder. Thanks, Lokesh On Thursday, July 5, 2012 12:40:47 AM UTC+5:30, Tomas Neme wrote: > > > (django_multiuploader), and i write in INSTALLED_APPS > 'sorl.thumbnail', > > 'multiuploader',

Re: install a new model in my project

2012-07-04 Thread Tomas Neme
> (django_multiuploader), and i write in INSTALLED_APPS 'sorl.thumbnail', > 'multiuploader', then i execute manager.py runserver and return "Error: No > module named multiuploader" I dont understand how make a link for this > module. *How* did you install it? are you using pip and a

install a new model in my project

2012-07-04 Thread dhararon
Hi, my problem is that i when try to install a model, in this case is (django_multiuploader), and i write in INSTALLED_APPS 'sorl.thumbnail', 'multiuploader', then i execute manager.py runserver and return "Error: No module named multiuploader" I dont understand how make a link for