6 lines
111 B
Python
6 lines
111 B
Python
|
"""
|
||
|
Django-ace originally from https://github.com/bradleyayers/django-ace.
|
||
|
"""
|
||
|
|
||
|
from .widgets import AceWidget
|