Skip to content
Snippets Groups Projects
Commit 49a091cc authored by Jean-Philippe Laverdure's avatar Jean-Philippe Laverdure
Browse files

Update README.md

parent 00093475
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,17 @@ emacs gas/locale/fr/LC_MESSAGES/django.po # (or install gettext extension of cho
django-admin compilemessages
```
## DB Migrations
[Django documentation](https://docs.djangoproject.com/en/2.2/ref/django-admin/#migrate)
tl;dr
```bash
django-admin migrate portal [migration_name]
```
If migration_name is omitted, **ALL** migrations will be applied.
Specify a migration_name to apply migrations **up to that one and no further**
This can be used to un-apply a migration.
## Links to various resources used in this project
[Private Storage](https://pypi.org/project/django-private-storage/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment