mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-03-16 20:10:24 +00:00
7 lines
221 B
Python
7 lines
221 B
Python
from .uuslug import *
|
|
|
|
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
|
|
__description__ = 'A Python slugify application that also handles Unicode'
|
|
__version__ = '1.2.0'
|
|
|
|
default_app_config = 'uuslug.apps.AppConfig'
|