background preloader

Le Framework Web python pour les perfectionnistes

Le Framework Web python pour les perfectionnistes

http://www.django-fr.org/

FeinCMS - An extensible Django-based CMS — FeinCMS v1.5.1 documentation FeinCMS is an extremely stupid content management system. It knows nothing about content – just enough to create an admin interface for your own page content types. It lets you reorder page content blocks using a drag-drop interface, and you can add as many content blocks to a region (f.e. the sidebar, the main content region or something else which I haven’t thought of yet). Eleven Django blog engines you should know About two years ago Michael Trier blogged "Where's the Django Blog?". James Bennett later followed up with Where is the Django Blog Application in which he discusess why there is no "definitive" Django blog engine. More recently Daniel Greenfeld asked Show me your open source Django blog in which he defines various requirements needed for a project. Ever since reading that post I've been meaning to write this post. Below are a few blog engines I selected that I believe you should be aware of, sorted by most recently updated.

GoF Design Patterns Using Java (Part 2) My concluding write-up on design patterns, with some examples. Please first check out Part-1 of this article under 'GoF Design Patterns Using Java (Part 1).' To understand the philosophical and historical perspective on the Gang of Four's design patterns, I made a short, 10-minute video. (This was also my PluralSight author audition).

A Non-Programmer Approach to Django Well if you have decided to install Django, by now you must be knowing Django is a Python based web framework and in today’s post I’ll run through Django installation process on Windows including dependencies (like installation of Python, database, database adapters and other important libraries that Django depends on). If you already have Python installed, then skip Python installation section. Installing Django/Python/Python modules is same in all versions of windows and hence below steps are valid for Windows XP and Windows Vista. Those who are using Windows Vista, just make sure you run all installations as Administrator ( Right click setup file and run as administrator )

Django Django is a web development framework for Python in the same way rails is a framework for Ruby. It is used by a number of major web sites, including Google (i.e., for the Google Application Engine), and can make developing rich web applications much easier. Django is not an application on its own, however. You will need proficiency in Python programming in order to write an application using Django. If you are not already familiar with Python, a good starting point is Dive Into Python. Setting up Django

GoF Design Patterns Using Java (Part 1) To understand the philosophical and historical perspective on the Gang of Four's design patterns, I made a short, 10-minute video. (This was also my PluralSight author audition). I came up with my own examples to understand design patterns further. Try downloading the code and see if it helps you in comprehending the patterns in a better way. Some brief code snippets follow each pattern so you can get quick demonstrations. Feel free to bookmark this article as a quick reference/cheat sheet for when you want to quickly review each of them. Installing Django With virtualenv on Dreamhost Over on twitter, the subject of django on dreamhost came up between @bamana , @jtemple77 and myself . I had installed django on dreamhost late last year for andrew.io , took notes, and the following is how I did it. Note: these instructions are loosly based off of the instructions for django in the dreamhost wiki . Setup Domain and Database If you don’t have a domain and database already setup, you’ll need to get them setup before continuing. This can be done from the dreamhost admin panel .

Java Design Patterns - Example Tutorial - JournalDev Design Patterns are very popular among software developers. A design pattern is a well-described solution to a common software problem. I have written extensively on java design patterns. Django-Celery on Webfaction using RabbitMQ This tutorial is meant to get you up and running from scratch with django-celery on Webfaction. Each of the steps is a bit of a hassle since you typically need to find different install steps for each individual part, so I just lumped up the whole experience in this guide. Install Erlang Erlang is needed for installing RabbitMQ which is the preferred message broker for Celery.

Related: