From 21c99f8b56c16d2b7d7d3e38e5cd2088c746b078 Mon Sep 17 00:00:00 2001 From: Merlin Buczek Date: Wed, 25 Sep 2019 10:27:29 +0200 Subject: [PATCH] No custom user model used --- docs/developer_information/dev_notes.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/developer_information/dev_notes.md b/docs/developer_information/dev_notes.md index 44b4c73..338b422 100644 --- a/docs/developer_information/dev_notes.md +++ b/docs/developer_information/dev_notes.md @@ -10,8 +10,5 @@ Empty fields (excluding StreamFields) are automatically populated with the the d ## Imports Django lets you import ``, which will result in errors later. Only import `mpicms.`, as specified in the app configs. -## Migrations -Due to an [issue](https://github.com/infoportugal/wagtail-modeltranslation/issues/240) with wagtail-modeltranslation when using a custom user model, `makemigrations` has to run twice, first without wagtail-modelmigrations and the second time, with it. For details see the issue. - ## Search Index After objects have been created through a script, `manage.py update_index` sould be run. See [Wagtail docs](https://docs.wagtail.io/en/latest/topics/search/indexing.html#the-update-index-command). \ No newline at end of file