Django 1.5.1 - Mysql - Setting

2014-09-11 Thread Muhammad Ahmed
Hi, I have been trying to launch my Django Model using a tutorial. but unfortunately the tutorial is about Django 1.1. Kindly guide me that what configuration (in setting.py) will be required if I use Python27 / Django 1.5.1 with Mysql. please also guide towards the appropriate "MySql Adopto

Re: Django 1.5.1 - Mysql - Setting

2014-09-12 Thread Muhammad Ahmed
-- > Fred Stluka -- mailt...@bristle.com -- > http://bristle.com/~fred/ > Bristle Software, Inc -- http://bristle.com -- Glad to be of service! > Open Source: Without walls and fences, we need no Windows or Gates. > -- > On 9/11/14 9:34 AM, Muhammad

Re: Django 1.5.1 - Mysql - Setting

2014-09-12 Thread Muhammad Ahmed
Thank you very much Collin Anderson. On Friday, 12 September 2014 21:25:42 UTC+5, Collin Anderson wrote: > > https://pip.readthedocs.org/en/latest/quickstart.html > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Which Version of Django

2014-09-29 Thread Muhammad Ahmed
to ask that should I move to version 1.7 and which Django version is currently being used in "Professional Environments". Please guide which version (of both Python / Django) should I follow? Regards, Muhammad Ahmed -- You received this message because you are subscribed to t

Re: Which Version of Django

2014-09-29 Thread Muhammad Ahmed
> > Thank you Lachlan Musicman. Be Blessed. -- 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 post to this group

Re: Which Version of Django

2014-09-30 Thread Muhammad Ahmed
wrote: >> > Muhammad, >> > >> > Yes 1.7 is considered stable and is the best place to start. >> > >> > Cheers >> > L. >> > >> > On 30 September 2014 16:21, Muhammad Ahmed > > wrote: >> >> Hi, >> >> >

Re: Which Version of Django

2014-09-30 Thread Muhammad Ahmed
Thank you Mark! Especially for book link. :) > > I agree with other advices to start with Django 1.7. > Django is very stable and the new functionalities are always introduced > in a very sane way. Also the deprecations are done well, and the > documentation is one of the best I have ever se

Re: Which Version of Django

2014-09-30 Thread Muhammad Ahmed
Thank James for the insight about LTS. As I am just learning Django and not yet working professionally. Hence I wanted to avoid any outdated version. However, I felt Django 1.4 is good. I may use Django 1.4 back after having checked 1.7. :) Thanks again for your time and valuable opinion.

Re: Which Version of Django

2014-09-30 Thread Muhammad Ahmed
Thank you Tim Chase. On Tuesday, 30 September 2014 22:08:57 UTC+5, Tim Chase wrote: > > > I haven't seen any discussion of the deployment platform. I would > also recommend 1.7 for green-field development, but I had to drop > down to 1.6 on one recent project because my deployment host only >

Help Requried : FieldError at /admin/movie/movie/add/

2014-12-14 Thread Muhammad Ahmed
Hi Everyone, I am having Field Error while trying to have date field in my admin.py. There is some problem with Date Filed and I am unable to figure out what wrong I am doing. here is my code: *MODEL.PY* from django.db import models import datetime from django.utils import timezone class

Re: Help Requried : FieldError at /admin/movie/movie/add/

2014-12-15 Thread Muhammad Ahmed
> > Somehow I have managed the problem. > Thanks to those who took their time to read this post. -- 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-user