Jonathan Talisman | 2 Jul 2009 19:50
Picon

[pyweb-il:293] Re: [pyweb-il:291] 6th meeting. Announcment

Hi all,
I am relatively new to this - would someone who would be able <and willing >  to do a short tutorial on  the admin functionality  <i.e how to create models that are exposed to the admin interface?> and also an overview of the changes it is going through ? 1.0.2-->1.1 ?
Thanks , Yonatan

On Thu, Jul 2, 2009 at 4:43 PM, Ahik Man <ahik.man <at> gmail.com> wrote:
Hi everybody.

The 6th PyWeb-IL meeting will be at the-HUB, Tel-Aviv. 
Date: July 27. 
Time: 17:00-21:00
More details here.

See you.

BTW, 
The 7th meeting will be at August-31.
Mark in your calendar. 

Ahik



_______________________________________________
Python-il mailing list
Python-il <at> hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "PyWeb-IL" group.
To post to this group, send email to pyweb-il <at> googlegroups.com
To unsubscribe from this group, send email to pyweb-il+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/pyweb-il?hl=en
-~----------~----~----~----~------~----~------~--~---

_______________________________________________
Python-il mailing list
Python-il <at> hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
Idan Gazit | 2 Jul 2009 22:38
Favicon
Gravatar

[pyweb-il:295] Re: [pyweb-il:291] 6th meeting. Announcment


Hey Johnathan,

I'd warmly recommend the django docs, they are pretty comprehensive  
and easy-to-understand on the subject:

http://docs.djangoproject.com/en/dev/ref/contrib/admin/#ref-contrib-admin

Just be warned that the docs on docs.djangoproject.com are always for  
SVN trunk. If you want docs for older version (1.0, etc) you'll see a  
link at the top of each page, or you can pull and compile the docs  
yourself (it's pretty easy, you just need sphinx installed).

As for changes, 1.1 is supposed to be api-compatible with 1.0, meaning  
apps written for 1.0 should run out-of-the-box on a 1.1 install. Check  
out http://code.djangoproject.com/wiki/Version1.1Roadmap, and it's  
always wise to pay attention to http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges 
, which has an entry for every time a change to django might break  
existing code.

So in short: there are lots of good django support resources. Start  
with the docs! They are surprisingly helpful. If you don't understand  
something, just ask at the meeting or on #django on IRC.

-I

On Jul 2, 2009, at 8:50 PM, Jonathan Talisman wrote:

> Hi all,
> I am relatively new to this - would someone who would be able <and  
> willing >  to do a short tutorial on  the admin functionality  <i.e  
> how to create models that are exposed to the admin interface?> and  
> also an overview of the changes it is going through ? 1.0.2-->1.1 ?
> Thanks , Yonatan
>
> On Thu, Jul 2, 2009 at 4:43 PM, Ahik Man <ahik.man <at> gmail.com> wrote:
> Hi everybody.
>
> The 6th PyWeb-IL meeting will be at the-HUB, Tel-Aviv.
> Date: July 27.
> Time: 17:00-21:00
> More details here.
>
> See you.
>
> BTW,
> The 7th meeting will be at August-31.
> Mark in your calendar.
>
> Ahik
>
>
>
> _______________________________________________
> Python-il mailing list
> Python-il <at> hamakor.org.il
> http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
>
>
>
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "PyWeb-IL" group.
To post to this group, send email to pyweb-il <at> googlegroups.com
To unsubscribe from this group, send email to pyweb-il+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/pyweb-il?hl=en
-~----------~----~----~----~------~----~------~--~---

_______________________________________________
Python-il mailing list
Python-il <at> hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
Jonathan Talisman | 4 Jul 2009 17:34
Picon

[pyweb-il:296] Re: [pyweb-il:295] Re: [pyweb-il:291] 6th meeting. Announcment

Idan, thanks.
Yes , the docs are superb - and yes - I did fall in the SVN-vs Stable code/docs trap ...silly me.
Y


On Thu, Jul 2, 2009 at 11:38 PM, Idan Gazit <idan <at> pixane.net> wrote:

Hey Johnathan,

I'd warmly recommend the django docs, they are pretty comprehensive
and easy-to-understand on the subject:
Just be warned that the docs on docs.djangoproject.com are always for
SVN trunk. If you want docs for older version (1.0, etc) you'll see a
link at the top of each page, or you can pull and compile the docs
yourself (it's pretty easy, you just need sphinx installed).

As for changes, 1.1 is supposed to be api-compatible with 1.0, meaning
apps written for 1.0 should run out-of-the-box on a 1.1 install. Check
out http://code.djangoproject.com/wiki/Version1.1Roadmap, and it's
always wise to pay attention to http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
, which has an entry for every time a change to django might break
existing code.

So in short: there are lots of good django support resources. Start
with the docs! They are surprisingly helpful. If you don't understand
something, just ask at the meeting or on #django on IRC.

-I

On Jul 2, 2009, at 8:50 PM, Jonathan Talisman wrote:

> Hi all,
> I am relatively new to this - would someone who would be able <and
> willing >  to do a short tutorial on  the admin functionality  <i.e
> how to create models that are exposed to the admin interface?> and
> also an overview of the changes it is going through ? 1.0.2-->1.1 ?
> Thanks , Yonatan
>
> On Thu, Jul 2, 2009 at 4:43 PM, Ahik Man <ahik.man <at> gmail.com> wrote:
> Hi everybody.
>
> The 6th PyWeb-IL meeting will be at the-HUB, Tel-Aviv.
> Date: July 27.
> Time: 17:00-21:00
> More details here.
>
> See you.
>
> BTW,
> The 7th meeting will be at August-31.
> Mark in your calendar.
>
> Ahik
>
>
>
> _______________________________________________
> Python-il mailing list
> Python-il <at> hamakor.org.il
> http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
>
>
>
> >



_______________________________________________
Python-il mailing list
Python-il <at> hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "PyWeb-IL" group.
To post to this group, send email to pyweb-il <at> googlegroups.com
To unsubscribe from this group, send email to pyweb-il+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/pyweb-il?hl=en
-~----------~----~----~----~------~----~------~--~---

_______________________________________________
Python-il mailing list
Python-il <at> hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
Ahik Man | 2 Jul 2009 21:10
Picon
Gravatar

[pyweb-il:294] Re: [pyweb-il:291] 6th meeting. Announcment

Hi Yonatan,

The tutorial during the coding session is open to any stuff that will be interesting.
In other words, I'll be happy to go through the admin tutorial during the meeting.
In the mean time, you might want to take a look at: 

See you at the meeting,
Ahik

On Thu, Jul 2, 2009 at 8:50 PM, Jonathan Talisman <jonathan.talisman <at> gmail.com> wrote:
Hi all,
I am relatively new to this - would someone who would be able <and willing >  to do a short tutorial on  the admin functionality  <i.e how to create models that are exposed to the admin interface?> and also an overview of the changes it is going through ? 1.0.2-->1.1 ?
Thanks , Yonatan

On Thu, Jul 2, 2009 at 4:43 PM, Ahik Man <ahik.man <at> gmail.com> wrote:
Hi everybody.

The 6th PyWeb-IL meeting will be at the-HUB, Tel-Aviv. 
Date: July 27. 
Time: 17:00-21:00
More details here.

See you.

BTW, 
The 7th meeting will be at August-31.
Mark in your calendar. 

Ahik



_______________________________________________
Python-il mailing list
Python-il <at> hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "PyWeb-IL" group.
To post to this group, send email to pyweb-il <at> googlegroups.com
To unsubscribe from this group, send email to pyweb-il+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/pyweb-il?hl=en
-~----------~----~----~----~------~----~------~--~---

_______________________________________________
Python-il mailing list
Python-il <at> hamakor.org.il
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il

Gmane