Tag: Django


Python: Virtualenv + pip // 2010-10-31

"In the Java world there was always a problem with dependencies. All the jars we had to mange by hand – quite awful. Thankfully there is a Maven project which helps us in requirements management. But what about Python? Is there any way to handle necessary libraries? Of course, there is! It is a tandem of virtualenv and pip." by Marcin Swierczynski

Category: Link // Tags: Django, Python

"Last week I’ve completed an interesting task within our project: building internal link-shortening system based on persisted objects, not on constant URLs. The main requirement was to get as loosely-coupled design as possible. In the perfect world the “shortenable” classes should know absolutely nothing about link-shortening mechanism. How to get such a flexibility in Django? I’ve used the ContentTypes framework with generic relations and it works pretty well!" by Marcin Swierczynski

Category: Link // Tags: Django, Python, Software

How to isolate customer's data from one another (one database per customer).

Category: Link // Tags: Database, Django, Python

AlertGrid is an interesting online instant notifications service (written in Python/Django) that helps reacting on the custom events (server down, script error, machine stopped) by sending SMS/phone/email notification.

Category: Link // Tags: Django, Python, Startup, Web

Presentation by Nice Alex Gaynor (Berlin, Germany).

Django templates (tags, blocks, variables, filters, HTML tags, JavaScript and CSS) syntax coloring support for Eclipse.

Category: Link // Tags: Django, Eclipse, Python

"The Django ORM is pretty complicated and it takes too much time for contributors to understand all the necessary details. In order to make the process as easy as possible we've implemented a backend template which provides a simple starting point for a new backend based on our simplified API. It also contains sample code, so you can better understand what each function does." by All buttons pressed

Category: Link // Tags: Database, Django, Python

MongoEngine is a Document-Object Mapper for working with MongoDB from Python. It uses a simple declarative API, similar to that of the Django ORM

Thread on Hacker News about Python jobs.

Category: Link // Tags: Django, Job, Python, Startup

Don't put project name in the imports, don't hard code MEDIA_ROOT and TEMPLATE_DIRS, don't hard code static files in your templates, don't write core business logic in your views, ...

Category: Link // Tags: Django, Python

addons.mozilla.org plans to move from CakePHP to Django in 2010.

Category: Link // Tags: Django, Python
Django for Rails devs // 2009-10-06

Lennon Day-Reynolds wrote on his blog: "I’ve recently made the transition from full-time Rails development to a mix of technologies including, in large part, Django. Since I was a Python guy before I ever started using Ruby, the transition has mostly been an easy one, but there are some fairly significant differences in design and philosophy between the two frameworks that are worth thinking about if you’re picking a platform for a new project."

Packt Publishing from UK informed me that they published an interesting book "Django 1.0 Template Development", written by Scott Newman. I have not read yet, but it has many positive reviews (e.g. Lowkster and contenthere).

Category: Link // Tags: Book, Django, Python

Zed Shaw wrote "I haven’t had much time to do any coding since I’ve been studying music full time, and I’m taking these two weeks to work on all the pent up projects and work I’ve been ignoring. One of those projects is to finally try out Django tonight."

Category: Link // Tags: Django, Software

4Developers conference took place in Krakow, Poland on 7th March 2009, where I had a pleasure of presenting Python language and Django web framework. Presentation covered a introduction to Python and brief history, architecture, features, and the short example of Django. Please find attached presentation from this talk.

FirePython is a Python logger console integrated into Firebug.

Category: Link // Tags: Django, Python, Software

I will give a presentation on 4Developers conference about the rapid and easy development of web application using Django and Python. The conference will take place in my hometown Kraków (Poland) on March 7th 2009.

The first time in Poland, PyCon PL 2008 conference took place in Rybnik on 18-19th October 2008, where I had a pleasure of presenting Django web framework. Presentation covered a brief history, architecture, features, and the short example. Please find attached presentation from this talk.

Django People // 2009-01-23

Django People lists Django developers from around the world. The aim of the site is to help Django developers find like-minded souls near them, and hopefully kick-start some local meet-ups and user groups.

This Week in Django // 2009-01-23

his Week in Django is your ongoing source for all things Django. We have interviews, tips, special topics, screencasts, callcasts and a ton of fun.

Category: Link // Tags: Blog, Django, Python, Software

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Category: Link // Tags: Django, Python, Software
Django Sites // 2009-01-23

The most comprehensive listing of websites that are powered by Django, the python web framework for perfectionists with deadlines.

Category: Link // Tags: Design, Django, Python
Django Gigs // 2009-01-23

Find Developers. Find Jobs.

Category: Link // Tags: Django, Job, Python