Re: New book: Instant Django 1.5 Application Development Starter

2013-04-05 Thread Navid Shaikh
On Friday, April 5, 2013 1:44:47 PM UTC+5:30, Mauro Rocco wrote: > > Hi everybody, > I just wrote a book to get started with Django and I really hope that the > book will drive more developers to use Django and increase the success that > this great framework is already having. > Thanks also

Re: static file rendering help

2013-04-05 Thread Navid Shaikh
On Friday, April 5, 2013 11:16:00 AM UTC+5:30, Fatih Tiryakioglu wrote: > > Hi all, > > I want to render back "user uploaded images" via template. I pass the > shortcuts to the template, but template can't show it: only small image > symbol. How can i show it up. I tryed some 'MEDIA_ROOT',

Re: Could I succeeded Mysql-python install ?

2013-03-25 Thread Navid Shaikh
Hi Yoh, Could I succeeded install ?? Can you mentioned/write here where you have imported/used MySQLdb module in your code? One easy way to test is: Open Python/IPython shell, try importing MySQLdb module like; >>> import MySQLdb If no error pops up, it is installed properly. -

Re: Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi

2013-03-18 Thread Navid Shaikh
I wrote settings.conf (see red color text). That is why actual settings.py was not getting feed, hence leading to mentioned error. I admire your replies folks. Thank you. Regards, Navid Shaikh. -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi

2013-03-18 Thread Navid Shaikh
ult behavior (I am not sure whether to call it bug) for reporting error. There is no such matter of "S" in in error log. The issue get resolved, please refer the following reply by me in same thread. Regards, Navid Shaikh -- You received this message because you are subscrib

Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi

2013-03-17 Thread Navid Shaikh
groups.com/msg28764.html [2] https://docs.djangoproject.com/en/1.3/howto/deployment/modwsgi/ Thanks and Regards, Navid Shaikh. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fr