Skip to content

Commit

Permalink
No custom user model used
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Sep 25, 2019
1 parent e523b92 commit 21c99f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/developer_information/dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ Empty fields (excluding StreamFields) are automatically populated with the the d
## Imports
Django lets you import `<app_label>`, which will result in errors later. Only import `mpicms.<app_label>`, 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).

0 comments on commit 21c99f8

Please sign in to comment.