Update documentation

This commit is contained in:
Alexis Métaireau 2024-02-26 22:24:57 +01:00
parent dbf97b1c71
commit 14eaca77b1
227 changed files with 9966 additions and 6797 deletions

View file

@ -48,9 +48,15 @@ Alexis Métaireau </title>
<section id="content" class="body"> <section id="content" class="body">
<dl> <dl>
<dt>2024</dt> <dt>2024</dt>
<dd>
<a href='https://blog.notmyidea.org/ecrire.html'>Écrire</a>
</dd>
<dd> <dd>
<a href='https://blog.notmyidea.org/notes-hebdo-18.html'>Notes hebdo&nbsp;#18</a> <a href='https://blog.notmyidea.org/notes-hebdo-18.html'>Notes hebdo&nbsp;#18</a>
</dd> </dd>
<dd>
<a href='https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html'>Changing the primary key of a model in&nbsp;Django</a>
</dd>
<dd> <dd>
<a href='https://blog.notmyidea.org/using-uuids-in-urls-in-a-django-app.html'>Using uuids in URLs in a Django&nbsp;app</a> <a href='https://blog.notmyidea.org/using-uuids-in-urls-in-a-django-app.html'>Using uuids in URLs in a Django&nbsp;app</a>
</dd> </dd>
@ -199,6 +205,9 @@ Alexis Métaireau </title>
<dd> <dd>
<a href='https://blog.notmyidea.org/tolerance-empathie-et-limites.html'>Tolérance, empathie et&nbsp;limites</a> <a href='https://blog.notmyidea.org/tolerance-empathie-et-limites.html'>Tolérance, empathie et&nbsp;limites</a>
</dd> </dd>
<dd>
<a href='https://blog.notmyidea.org/il-nous-restera-ca.html'>Il nous restera&nbsp;ça</a>
</dd>
<dt>2022</dt> <dt>2022</dt>
<dd> <dd>
<a href='https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html'>Installation de Mosquitto, InfluxDB, Telegraf et&nbsp;Grafana</a> <a href='https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html'>Installation de Mosquitto, InfluxDB, Telegraf et&nbsp;Grafana</a>

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

1103
articles66.html Normal file

File diff suppressed because it is too large Load diff

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Graphs, progress-bars and python-markdown extensions Graphs, progress-bars and python-markdown extensions
</section> </section>
<section class="section index">
<time datetime="2023-11-21T00:00:00+01:00">21 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-second-week.html" id="page-title">Adding Real-Time Collaboration to uMap, second&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<section class="section index">
<time datetime="2023-11-20T00:00:00+01:00">20 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/postgresql.html">postgresql</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sysadmin.html">sysadmin</a>
<h1>
<a href="https://blog.notmyidea.org/importing-a-postgresql-dump-under-a-different-database-name.html" id="page-title">Importing a PostgreSQL dump under a different database&nbsp;name</a>
</h1>
Simple commands to help you during an import
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
rel="bookmark"
title="Permalink to Lart de conter nos expériences collectives">L&#8217;art de conter nos expériences&nbsp;collectives</a>
</li>
<li>
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
rel="bookmark"
title="Permalink to Notes hebdo #14">Notes hebdo&nbsp;#14</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html" <a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark" rel="bookmark"
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

View file

@ -45,6 +45,28 @@ Alexis Métaireau - </title>
<h1> <h1>
</h1> </h1>
<section class="section index"> <section class="section index">
<time datetime="2024-02-26T00:00:00+01:00">26 février 2024</time> <h1>
<a href="https://blog.notmyidea.org/ecrire.html" id="page-title">Écrire</a>
</h1>
<p>Avec — enfin — un peu de recul, je suis content de la quiétude et de l&#8217;espace mental qui se dégage pour moi ces temps&nbsp;cis.</p>
<p>En pleine traversée j&#8217;ai parfois trouvé refuge dans des ateliers d&#8217;écriture. Je trouve l&#8217;exercice à la fois réconfortant et stimulant intellectuellement. Au …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/orm.html">orm</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/migrations.html">migrations</a>
<h1>
<a href="https://blog.notmyidea.org/changing-the-primary-key-of-a-model-in-django.html" id="page-title">Changing the primary key of a model in&nbsp;Django</a>
</h1>
<p>I had to change the primary key of a django model, and I wanted to create a
migration for&nbsp;this.</p>
<p>The previous model was using django <a href="https://
docs.djangoproject.com/en/5.0/topics/db/models/#automatic-primary-key-fields">automatic primary key&nbsp;fields</a></p>
<p>I firstly changed the model to include the new <code>uuid</code> field, and added the <code>id</code>
field (the old primary key …</p>
</section>
<section class="section index">
<time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a> <time datetime="2024-02-22T00:00:00+01:00">22 février 2024</time> <a class='tag' href="https://blog.notmyidea.org/tag/django.html">django</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a> , <a class='tag' href="https://blog.notmyidea.org/tag/urls.html">urls</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a> , <a class='tag' href="https://blog.notmyidea.org/tag/uuid.html">uuid</a>
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
</h1> </h1>
Simple commands to help you during an import Simple commands to help you during an import
</section> </section>
<section class="section index">
<time datetime="2023-11-12T00:00:00+01:00">12 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/deployment.html">Deployment</a>
<h1>
<a href="https://blog.notmyidea.org/deploying-and-customizing-datasette.html" id="page-title">Deploying and customizing&nbsp;datasette</a>
</h1>
Step by step follow-up on how I've deployed it and added custom templates on top.
</section>
<section class="section index">
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/crdt.html">CRDT</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/sync.html">Sync</a>
, <a class='tag' href="https://blog.notmyidea.org/tag/umap.html">uMap</a>
<h1>
<a href="https://blog.notmyidea.org/adding-real-time-collaboration-to-umap-first-week.html" id="page-title">Adding Real-Time Collaboration to uMap, first&nbsp;week</a>
</h1>
A heads-up on what I've been doing this week on uMap
</section>
<ul> <ul>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
rel="bookmark"
title="Permalink to 2024, Semaine 3">2024, Semaine&nbsp;3</a>
</li>
<li>
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
rel="bookmark"
title="Permalink to 2024, Semaine 2">2024, Semaine&nbsp;2</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html" <a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
rel="bookmark" rel="bookmark"
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
rel="bookmark" rel="bookmark"
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a> title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et&nbsp;limites</a>
</li> </li>
<li>
<a href="https://blog.notmyidea.org/il-nous-restera-ca.html"
rel="bookmark"
title="Permalink to Il nous restera ça">Il nous restera&nbsp;ça</a>
</li>
<li> <li>
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html" <a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
rel="bookmark" rel="bookmark"

Some files were not shown because too many files have changed in this diff Show more