char0n / django-brevisurl

Django app for shortening urls
Other
9 stars 10 forks source link

Configurable token chars #7

Closed umazalakain closed 12 years ago

umazalakain commented 12 years ago

They should be configurable in settings

char0n commented 12 years ago

Implemeted. To configure chars one put BREVISURL_LOCAL_BACKEND_TOKEN_CHARS = ['a', 'b', 'c'] into his django settings to configure token characters.