Re: Writing apps for django

2011-12-25 Thread Denis Darii
http://djangopackages.com/ is what you need.

On Sun, Dec 25, 2011 at 2:04 PM, Lukasz  wrote:

>
> On 24 déc, 18:18, Denis Darii  wrote:
> > Take a look at Django Conventions:
> http://ericholscher.com/projects/django-conventions/
> >
> > Also this article could be useful for you:
> http://blog.zacharyvoase.com/2010/02/03/django-project-conventions/
> >
>
> Thanks, Django Conventions looks like something I was looking for :)
>
> Another thing, do you have any example, other than the admin app, of
> reusable django applications ? I find it hard to figure out what a
> reusable web app can be :)
>
> --
> 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.
>
>


-- 
This e-mail and any file transmitted with it is intended only for the
person or entity to which is addressed and may contain information that is
privileged, confidential or otherwise protected from disclosure. Copying,
dissemination or use of this e-mail or the information herein by anyone
other than the intended recipient is prohibited. If you are not the
intended recipient, please notify the sender immediately by return e-mail,
delete this communication and destroy all copies.

-- 
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: Writing apps for django

2011-12-25 Thread Lukasz

On 24 déc, 18:18, Denis Darii  wrote:
> Take a look at Django 
> Conventions:http://ericholscher.com/projects/django-conventions/
>
> Also this article could be useful for 
> you:http://blog.zacharyvoase.com/2010/02/03/django-project-conventions/
>

Thanks, Django Conventions looks like something I was looking for :)

Another thing, do you have any example, other than the admin app, of
reusable django applications ? I find it hard to figure out what a
reusable web app can be :)

-- 
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: Writing apps for django

2011-12-24 Thread Timothy Makobu
Hi,

http://www.djangobook.com/en/2.0/


On Sat, Dec 24, 2011 at 8:18 PM, Denis Darii  wrote:

> Take a look at Django Conventions:
> http://ericholscher.com/projects/django-conventions/
>
> Also this article could be useful for you:
> http://blog.zacharyvoase.com/2010/02/03/django-project-conventions/
>
> Cheers,
> Denis.
>
>
> On Sat, Dec 24, 2011 at 10:38 AM, Lukasz  wrote:
>
>> Hi all !
>>
>> I'm looking for documentation about writing apps for django. When
>> should I write an app for django instead coding my project directly,
>> how to write an app for django, etc.
>>
>> I'd like to have some philosophical guidelines and some technical
>> documentation.
>>
>>
>> Thanks !
>>
>
>  --
> 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: Writing apps for django

2011-12-24 Thread Denis Darii
Take a look at Django Conventions:
http://ericholscher.com/projects/django-conventions/

Also this article could be useful for you:
http://blog.zacharyvoase.com/2010/02/03/django-project-conventions/

Cheers,
Denis.

On Sat, Dec 24, 2011 at 10:38 AM, Lukasz  wrote:

> Hi all !
>
> I'm looking for documentation about writing apps for django. When
> should I write an app for django instead coding my project directly,
> how to write an app for django, etc.
>
> I'd like to have some philosophical guidelines and some technical
> documentation.
>
>
> Thanks !
>

-- 
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.



Writing apps for django

2011-12-24 Thread Lukasz
Hi all !

I'm looking for documentation about writing apps for django. When
should I write an app for django instead coding my project directly,
how to write an app for django, etc.

I'd like to have some philosophical guidelines and some technical
documentation.


Thanks !

-- 
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.