Monthly Archives: March 2017

You are browsing the site archives by month.

Linkdump #34

R
Python
Interesting articles, projects and news

Using Django with an existing legacy database

The Django web framework is well suited for creating medium sized research databases. It allows rapid development of a convenient data administration backend (using the Django Admin Site) as well as appealing frontends for published data (as done in the LATINNO project at the WZB). This works well when you build a database from ground up by defining model classes at first and then let Django generate the database schema itself (Django models → Database schema). Often enough however, it is necessary to revise an existing database or at least the data administration interface. In this scenario, the database schema is already defined and hence it is necessary to create Django models from the schema (Database schema → Django models). Django can handle this situation pretty well but some advises have to be followed which I’ll explain here.

Read More →

Linkdump #33

R
Python
Interesting articles, projects and news

Linkdump #32

R
Python
Interesting articles, projects and news

Linkdump #31

R
Python
Interesting articles, projects and news