Markdown for Django |
Oct. 26, 2005, 8:02 p.m. |
Django already includes a markdown filter (in contrib.markup), but I nonetheless rolled my own Markdown for Django mini-app. The main benefits are link integration with django models (by using generic model queries and getabsoluteurl), a documentation generic view that handles language switching and ... |
Django, Programmierung, Python |
"Fitting on" some framework |
Oct. 26, 2005, 2:05 a.m. |
How do you know wether a framework fits your style of thinking? It's not as if you could just look into a mirror wether it suits you nicely, you need other ways to decide that. One way to decide it is productivity - how fast you get your project up and running. But does that really tell you the ... |
Django, Programmierung, Python |