Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 385 Bytes

installation.rst

File metadata and controls

22 lines (14 loc) · 385 Bytes

Installation instructions

  1. Install via pip / pypi:

    $ pip install thecut-emailfield
  2. Add to your project's INSTALLED_APPS setting:

    INSTALLED_APPS = [
        # ...
        'thecut.emailfield'
        # ...
    ]
  3. Sync your project's migrations:

    $ python manage.py migrate emailfield