What is the Development Life Cycle of Django App?

2011-07-22 Thread Eyad Al-Sibai
What is the Development Life Cycle of Django App? Should I start in
implementing the models or the urls ... or what exactly?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: What is the Development Life Cycle of Django App?

2011-07-22 Thread bruno desthuilliers


On Jul 22, 4:31 pm, Eyad Al-Sibai  wrote:
> What is the Development Life Cycle of Django App? Should I start in
> implementing the models or the urls ... or what exactly?

You should start with designing your app. Then whatever you implement
first is up to you, and mostly depends on your design and app.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: What is the Development Life Cycle of Django App?

2011-07-22 Thread Mike Dewhirst

On 23/07/2011 12:31am, Eyad Al-Sibai wrote:
What is the Development Life Cycle of Django App? Should I start in 
implementing the models or the urls ... or what exactly?


Best advice I know is in Practical Django Projects by James Bennett


--
You received this message because you are subscribed to the Google 
Groups "Django users" group.

To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: What is the Development Life Cycle of Django App?

2011-07-22 Thread Eyad Al-Sibai
Thanks!

On Sat, Jul 23, 2011 at 4:04 AM, Mike Dewhirst wrote:

> On 23/07/2011 12:31am, Eyad Al-Sibai wrote:
>
>> What is the Development Life Cycle of Django App? Should I start in
>> implementing the models or the urls ... or what exactly?
>>
>
> Best advice I know is in Practical Django Projects by James Bennett
>
>
>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to django-users+unsubscribe@**
>> googlegroups.com .
>> For more options, visit this group at http://groups.google.com/**
>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>> .
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to django-users+unsubscribe@**
> googlegroups.com .
> For more options, visit this group at http://groups.google.com/**
> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
> .
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: What is the Development Life Cycle of Django App?

2011-07-24 Thread Sam Walters
Hi
Also you can download a project from one of the many sites that have
source code. Look at a git tree and see the commit dates would give an
idea of how long it takes to build a project, how many people were
involved, how specialized their role was etc.

cheers

sam_w

On Sat, Jul 23, 2011 at 3:10 PM, Eyad Al-Sibai  wrote:
> Thanks!
>
> On Sat, Jul 23, 2011 at 4:04 AM, Mike Dewhirst 
> wrote:
>>
>> On 23/07/2011 12:31am, Eyad Al-Sibai wrote:
>>>
>>> What is the Development Life Cycle of Django App? Should I start in
>>> implementing the models or the urls ... or what exactly?
>>
>> Best advice I know is in Practical Django Projects by James Bennett
>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Django users" group.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> django-users+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.