django-firebird icon indicating copy to clipboard operation
django-firebird copied to clipboard

Time for a name change?

Open vgiralt opened this issue 2 years ago • 0 comments

The firebird name collides with the module suggested as driver (firebird-driver) for Django>=3.2. All that was needed was installing under a different name (firebirdsql), changing the symbolic link in Django db.backends to point to this new name and, of course, the name in the settings. Plus, and this is the quid, a line in operations.py (19: changing "firebird.compiler" to "firebirdsql.complier"). I can do a pull request if needed.

Then, it worked like charm.

vgiralt avatar Jan 28 '23 23:01 vgiralt