Re: urlpatterns and generic views cheatsheet

2008-08-28 Thread Álvaro J. Iradier
I can't download from scribd. I need to register, but it's impossible, as the flash viewer overlaps and hides the registration text fields. Printing also fails... Would it be possible to download this cheatsheets from somewhere else? Anyone that got the pdfs could post them somewhere? Thanks ver

Re: urlpatterns and generic views cheatsheet

2008-08-26 Thread DavidY
if you guys want the source here it is: although if you just had emailed me to my mail account i might have read this :p i used pdf because it's sexy and colorful as opposed to the following. from django.conf.urls.defaults import * urlpatterns = patterns('', # (regular exp, function, op

Re: urlpatterns and generic views cheatsheet

2008-08-25 Thread maeck
I have printed this from scribd into a PDF and use it as such, no need for login. Works somewhat, cannot select the text from it (could have run some text recognition on it), but expect to find the original code or pdf somewhere soon (Google code maybe). maeck --~--~-~--~~

Re: urlpatterns and generic views cheatsheet

2008-08-25 Thread rex
Tim Chase <[EMAIL PROTECTED]> [2008-08-25 08:43]: > >> It's not terribly obvious from the scribd layout, but at the >> top (above the document) there's a "download" link or similar, >> and there you can download the original PDF. > >...which expects that I create login... Copy & paste doesn't wor

Re: urlpatterns and generic views cheatsheet

2008-08-25 Thread Tim Chase
> It's not terribly obvious from the scribd layout, but at the > top (above the document) there's a "download" link or similar, > and there you can download the original PDF. ...which expects that I create login... Given that the source is likely just a PDF, posting a link to it somewhere is a

Re: urlpatterns and generic views cheatsheet

2008-08-25 Thread Idan Gazit
Tim, It's not terribly obvious from the scribd layout, but at the top (above the document) there's a "download" link or similar, and there you can download the original PDF. -I On Aug 25, 5:50 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > > Here is a summary of all the tutorials and docs that I ha

Re: urlpatterns and generic views cheatsheet

2008-08-25 Thread Tim Chase
> Here is a summary of all the tutorials and docs that I have > read on urlpatterns and generic views. It is a 2 page, > concise, example code based cheat sheet. > > http://www.scribd.com/doc/4975790/urlpatterns-for-django-cheatsheet Nifty, but scribd is annoying as heck. Printing from scribd w

Re: urlpatterns and generic views cheatsheet

2008-08-24 Thread Idan
Useful! Thank you. :) -I On Aug 23, 3:11 pm, DavidY <[EMAIL PROTECTED]> wrote: > Here is a summary of all the tutorials and docs that I have read on > urlpatterns and generic views. It is a 2 page, concise, example code > based cheat sheet. > > http://www.scribd.com/doc/4975790/urlpatterns-for-d

urlpatterns and generic views cheatsheet

2008-08-23 Thread DavidY
Here is a summary of all the tutorials and docs that I have read on urlpatterns and generic views. It is a 2 page, concise, example code based cheat sheet. http://www.scribd.com/doc/4975790/urlpatterns-for-django-cheatsheet --~--~-~--~~~---~--~~ You received this m