Entries tagged with "django"

15
apr

Testled sponsor Django Weekly

Posted by Rob Edwards

After a few weeks of talking about it, we're really pleased to be able to announce that we're going to be sponsoring Django Weekly for the forseeable future.

When Jon started Django Weekly earlier this year, we were pleased to see that he was creating a more constructive outlet for the links he collected, rather than just posting them in our company chat room. We never realised it would become so popular, so quickly. Right now, Django Weekly ...

Continue Reading »

14
nov

Auto Generate Django Models

Posted by Rob Edwards

I was trawling through the Django docs and found this page on auto generating Django models from old databases: "Django comes with a utility called inspectdb that can create models by introspecting an existing database".

Though it does say: "This feature is meant as a shortcut, not as definitive model generation".

Happy days, we've got a project coming up that this is perfect for. For more info see the docs.

Continue Reading »