django-cms context_processors.media has been deprecated

2014-04-03 Thread Tameen Malik
This below command errors generates when i run my program with this command python manage.py runserver /usr/local/lib/python2.7/dist-packages/cms/context_processors.py:20: DeprecationWarning: cms.context_processors.media has been deprecated in favor of cms.context_processors.cms_settings

Re: I can't connect Django with SQL Anywhere 11 Database

2014-04-15 Thread Tameen Malik
Elio. have you defined your database in your local settings.py file? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com.

Re: I can't connect Django with SQL Anywhere 11 Database

2014-04-15 Thread Tameen Malik
Elio. have you define your database in your local settings.py file? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To

VIEW PERMISSION

2014-04-17 Thread Tameen Malik
An old Query / I know that but need assistance! so dear django users see what i want to ask and what i did: *Story:* As django admin has three permissions in it's auth : add, change, delete! I want to add view permission in this auth in admin panel.I know i have to customize permissions to add

View Permissions -- DJANGO

2014-04-17 Thread Tameen Malik
An old Query / I know that but need assistance! so dear django users see what i want to ask and what i did: *Story:* As django admin has three permissions in it's auth : add, change, delete! I want to add view permission in this auth in admin panel.I know i have to customize permissions to add

Re: I can't connect Django with SQL Anywhere 11 Database

2014-04-17 Thread Tameen Malik
Elio -- Have you used UTF-8 *By default, with a UTF-8 database, MySQL will use the utf8_general_ci collation. This results in all string equality comparisons being done in a case-insensitive manner. That is, "Fred" and "freD" are considered equal at the database level. If you have a unique co