Re: Where to start - New to Django and Python

2018-11-02 Thread William Vincent
Well I'm biased but add Django for Beginners to the mix too. Also Django Girls is a great first step. On Monday, October 22, 2018 at 8:02:01 AM UTC-4, Lokendar Singh wrote: > > Hi Community, > > I'm new to django and python,

Re: Where to start - New to Django and Python

2018-10-22 Thread manu . pascual . luna
I don't know if it's the best book but I'm enjoying http://www.obeythetestinggoat.com. I like the TDD approach for learning a new technology. Also you can r

Re: Where to start - New to Django and Python

2018-10-22 Thread Joel
If you don't know python, spend time on basic language and structure before starting django. The python documentation has a good tutorial. The courses on udemy are good. For learning django, the official django tutorial set is sufficient. On Mon, 22 Oct, 2018, 5:31 PM Lokendar Singh, wrote: > Hi

Re: Where to start - New to Django and Python

2018-10-22 Thread Mo-rema07
I have found The Django Book to be a very good book to get a handle of Djangoa and it's philosophy. On Monday, October 22, 2018 at 2:02:01 PM UTC+2, Lokendar Singh wrote: > > Hi Community, > > I'm new to django and python, however I've experience in development. > > Can

Where to start - New to Django and Python

2018-10-22 Thread Lokendar Singh
Hi Community, I'm new to django and python, however I've experience in development. Can someone suggest me the best book/content/tutor to enhance my skills as a lead developer? Currently I'm going through django documentation. Thanks in advance! Lokendar -- You received this message becau

Re: i dont know from where to start my first project on django

2017-05-11 Thread vitalysweb
gt; __ the admin must view the transmitted documents before validating the >>> registration and then send him a contract to sign electronically >>> __ Manage Vehicles (Add / Remove) >>> __ manage availability of vehicles (repairs in garage) >>> __ Once a ve

Re: i dont know from where to start my first project on django

2017-05-11 Thread vitalysweb
Thank you very much, I'll start with that! -- 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, send

Re: i dont know from where to start my first project on django

2017-05-09 Thread Lachlan Musicman
ed documents before validating the >> registration and then send him a contract to sign electronically >> __ Manage Vehicles (Add / Remove) >> __ manage availability of vehicles (repairs in garage) >> __ Once a vehicle is returned to the park the person who manages t

Re: i dont know from where to start my first project on django

2017-05-09 Thread Mark Phillips
ly > __ Manage Vehicles (Add / Remove) > __ manage availability of vehicles (repairs in garage) > __ Once a vehicle is returned to the park the person who manages the park > must do a "vehicle return" indicating the mileage > > *As I do not have experience in web deve

i dont know from where to start my first project on django

2017-05-09 Thread vitalysweb
(Add / Remove) __ manage availability of vehicles (repairs in garage) __ Once a vehicle is returned to the park the person who manages the park must do a "vehicle return" indicating the mileage *As I do not have experience in web development I do not know where to start my project, *

Re: tests failing/throwing errors - not sure where to start

2013-08-18 Thread Kelvin Wong
uot;python > manage.py test" results in a lot of failed tests. I'm trying to get a > handle on them but I'm not sure where to start. I'm hoping someone can > help point me in the right direction. > > Most of the failed tests are for django, but some are for

where to start

2012-10-28 Thread Anil
I am new to Django. I am not sure where to start, I am thinking of diving into 1.5 alpha and make use of the new custom User models. I am working on a project that will make exclusive use of a LDAP database, nothing else. I expect to have users in multiple suffixes. e.g.: uid=user1, ou

Re: string indices must be integers error in admin - don't know where to start debugging

2008-07-08 Thread Jon Loyens
Problem solved. Just need to copy in my local version of Django On Jul 7, 6:29 pm, Jon Loyens <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I've got a problem and I don't even know where to start debugging > it... there seems to be a difference between the way my

string indices must be integers error in admin - don't know where to start debugging

2008-07-07 Thread Jon Loyens
Hi everyone, I've got a problem and I don't even know where to start debugging it... there seems to be a difference between the way my app is behaving between my local environment and my deployment environment. Hopefully you guys can give me some idea where to start. I've wri

Re: Running Multiple Sites/Apps with FastCGI... Where to start?

2007-01-04 Thread kwe
Tom, We run a number of sites using lighttpd and django off one code base. Yes, each site needs an entry in lighttpd.conf and each site has it's own settings file. Obviously you can set settings to allow each instance to have different templates or different installed apps. http://bus.glam.ac.u

Running Multiple Sites/Apps with FastCGI... Where to start?

2007-01-04 Thread Tom Smith
I'm having trouble on deciding where to start with this problem. I only have one port to use on TextDrive. I have .co.uk site running using Django (under FastCGI). I want to duplicate the site and change the content for the .com US version, making modifications to the model

Re: Where to start with the upcoming newforms module?

2006-12-08 Thread Adrian Holovaty
On 12/8/06, Ramdas S <[EMAIL PROTECTED]> wrote: > I am trying Django forms. I just updated to the new svn revision 4186. > > But when I try > > >>> from django import newforms > Traceback (most recent call last): > > File "", line 1, in ? > ImportError: cannot import name newforms I suspect you

Re: Where to start with the upcoming newforms module?

2006-12-08 Thread yi huang
This may help you to read the unit tests ;-) Most editor just treat doctest as string. On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > I came across the new 'newforms' page in Django documentation pages. > I am rather happy to get detail

Re: Where to start with the upcoming newforms module?

2006-12-08 Thread Ramdas S
I am trying Django forms. I just updated to the new svn revision 4186. But when I try >>> from django import newforms Traceback (most recent call last): File "", line 1, in ? ImportError: cannot import name newforms What do I need to do? RS On 12/8/06, Adrian Holovaty <[EMAIL PROTECTED]

Re: Where to start with the upcoming newforms module?

2006-12-08 Thread Adrian Holovaty
On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I came across the new 'newforms' page in Django documentation pages. > I am rather happy to get details about the replacement plan, but it is > definitely lacking information about 'what' it will really replace, and in > what > way. > > S

Where to start with the upcoming newforms module?

2006-12-08 Thread django-user
Hi, I came across the new 'newforms' page in Django documentation pages. I am rather happy to get details about the replacement plan, but it is definitely lacking information about 'what' it will really replace, and in what way. So here I am with a few questions: 1) is this module fully operatio