Migrating Application from #Django 1.1.x to 1.2.x (Latest stable)
Here is my story about migrating one app from django 1.1.x to 1.2.x using firebird-django 1.2 branch
Here is my story about migrating one app from django 1.1.x to 1.2.x using firebird-django 1.2 branch
David Elias created new branch for Django 1.2 and Maximiliano Robaina tested it , there is still work left to do but the results are good
David Elias wrote on django-firebird-dev group
about his backend changes to make Django 1.2 work with Firebird
Hello everyone, I want to make a summary of the changes implemented in
recent times about the project django-firebird:
Remember, this software is still in alpha version, use it at your own risk.
Feel free to try and make any comments on this subject.
We need to add more experience with django and firebird to resolve some
issues. Any help will be apreciated.
Regards.
—
Maxi.
Thomas started a new blog category dedicated to Firebird/Django and he is already impressed about it .. And he really contributed back to the backend
Although not being a Python Geek, I gave Django a try, and I must admit, I’m impressed on how fast one can build a simple web-based master data management application with it. It’s pretty much defining an Django object model, which represents the tables, fields and relationships in your database. By enabling Django’s auto-generated admin site/area based on this model, this is all you need to access, delete, insert and update data in your database.