Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 317 Bytes

installing.rst

File metadata and controls

17 lines (9 loc) · 317 Bytes

Installing

  1. The module is not on PyPI yet but once it is published you can install it with pip like everything else:

    pip install django-yaat
    
  2. Then add the 'yaat' module to the INSTALLED_APPS.

  3. Migrate the models:

    python manage.py migrate yaat