DSNP (Django Start New Project)

DSNP is a shell script that automatically creates Django's new projects.Django is a powerful framework, mostly designed for big applications, but many people uses it for developing little (and many) projects. DSNP eases creation of new projects,...

comments

Django catalan group created

A new Django community has been created for Django users/developers that speak Catalan, or live in Catalonia. Main reasons for its creation are: Provide a resource where Catalan users can ask django questions in their own language. Coordinate...

comments

Django spanish localflavor

Django sprint has finished, but not Django work. Today I've written some lines of code for adding some new features on Django. In this case, I've programmed a validation function for spanish NIF identification number. I've also created a couple...

comments

Django Sprint

On September 14th it is scheduled a Django Sprint, for reducing tickets, and try to get a new release soon. It will be based on Chicago and Mountain View, and over the Internet.More information at list thread and wiki page.See you there!

comments

Django issue with PHP mhash

After installing django, and running with apache, next error could appear:Looks like your browser isn't configured to accept cookies. Please enable cookies, reload this page, and try again.It is possible that actually you browser isn't configured...

comments

Django TODO (my point of view)

Django is a very powerful and very well done Web framework, but some things are missing - in my opinion -. Specific way to allow saving multilingual texts on database. Reporting system. Another edit_inline mode, with a delete button, and an edit...

comments

Wordpress spam comments

Today I've installed a new WordPress plugin, to avoid robots write comments on this page. It's very common that spammers use blog comments to link their pages, as publicity, and for increasing their pagerank.It can be solved in WordPress using...

comments

Download full web sites

I've spent too much time searching for an application that allows me downloading all files (all pages, images...) from a web site.It has been a hard search, but finally I've found one installed on my computer...Yeah, of course wget can do that!...

comments

Firefox Extensions

When developing web pages is essential having a good set of firefox extensions. It gives you powerful tools for checking accessibility, and for getting more information on your website, and are also good fot getting information about all...

comments