mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
Update documentation
This commit is contained in:
parent
dbf97b1c71
commit
14eaca77b1
227 changed files with 9966 additions and 6797 deletions
|
@ -48,9 +48,15 @@ Alexis Métaireau </title>
|
|||
<section id="content" class="body">
|
||||
<dl>
|
||||
<dt>2024</dt>
|
||||
<dd>
|
||||
<a href='https://blog.notmyidea.org/ecrire.html'>Écrire</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href='https://blog.notmyidea.org/notes-hebdo-18.html'>Notes hebdo #18</a>
|
||||
</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 Django</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href='https://blog.notmyidea.org/using-uuids-in-urls-in-a-django-app.html'>Using uuids in URLs in a Django app</a>
|
||||
</dd>
|
||||
|
@ -199,6 +205,9 @@ Alexis Métaireau </title>
|
|||
<dd>
|
||||
<a href='https://blog.notmyidea.org/tolerance-empathie-et-limites.html'>Tolérance, empathie et limites</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href='https://blog.notmyidea.org/il-nous-restera-ca.html'>Il nous restera ça</a>
|
||||
</dd>
|
||||
<dt>2022</dt>
|
||||
<dd>
|
||||
<a href='https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html'>Installation de Mosquitto, InfluxDB, Telegraf et Grafana</a>
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
1103
articles66.html
Normal file
1103
articles66.html
Normal file
File diff suppressed because it is too large
Load diff
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Graphs, progress-bars and python-markdown extensions
|
||||
</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 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 name</a>
|
||||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/lart-de-conter-nos-experiences-collectives.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to L’art de conter nos expériences collectives">L’art de conter nos expériences collectives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/notes-hebdo-14.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to Notes hebdo #14">Notes hebdo #14</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
|
@ -347,6 +361,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
55
author/.html
55
author/.html
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
|
@ -45,6 +45,28 @@ Alexis Métaireau - </title>
|
|||
<h1>
|
||||
</h1>
|
||||
<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’espace mental qui se dégage pour moi ces temps cis.</p>
|
||||
<p>En pleine traversée j’ai parfois trouvé refuge dans des ateliers d’écriture. Je trouve l’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 Django</a>
|
||||
</h1>
|
||||
<p>I had to change the primary key of a django model, and I wanted to create a
|
||||
migration for 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 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>
|
||||
, <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>
|
||||
|
@ -128,25 +150,17 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
</h1>
|
||||
Simple commands to help you during an import
|
||||
</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 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 week</a>
|
||||
</h1>
|
||||
A heads-up on what I've been doing this week on uMap
|
||||
</section>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-3.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 3">2024, Semaine 3</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/2024-semaine-2.html"
|
||||
rel="bookmark"
|
||||
title="Permalink to 2024, Semaine 2">2024, Semaine 2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/format-an-usb-disk-from-the-command-line-on-macosx.html"
|
||||
rel="bookmark"
|
||||
|
@ -317,6 +331,11 @@ sudo<span class="w"> </span>diskutil<span class="w"> </span>eraseDisk<span class
|
|||
rel="bookmark"
|
||||
title="Permalink to Tolérance, empathie et limites">Tolérance, empathie et limites</a>
|
||||
</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 ça</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://blog.notmyidea.org/installation-de-mosquitto-influxdb-telegraf-et-grafana.html"
|
||||
rel="bookmark"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue