diff --git a/README.rst b/README.rst index ce92c2007..a618b1876 100644 --- a/README.rst +++ b/README.rst @@ -193,6 +193,10 @@ After that you can start using your models: events__name__in=['Test', 'Prod'] ).order_by('-events__participants__name').distinct() +Migration +========= + +Please have a look at `aerich `_ Contributing ============