Installation instructionsΒΆ
Install via pip / pypi:
$ pip install thecut-forms
Add to your project’s
INSTALLED_APPSsetting:INSTALLED_APPS = [ # ... 'thecut.forms' # ... ]
Sync your project’s migrations:
$ python manage.py migrate forms
Install via pip / pypi:
$ pip install thecut-forms
Add to your project’s INSTALLED_APPS setting:
INSTALLED_APPS = [
# ...
'thecut.forms'
# ...
]
Sync your project’s migrations:
$ python manage.py migrate forms