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