django-url-simplify 0.0.2

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangourlsimplify 0.0.2

Url Simplify is a simple Django app which generates simplified base62 urls
from regular ones.
Detailed documentation is in the “docs” directory.

Quick start

Add url_simplify to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'url_simplify',
]

Include the url_simplify URLconf in your project urls.py like this:
path('url_simplify/', include('url_simplify.urls')),

Run python manage.py migrate to create the url_simplify models.
Start the development server and visit http://127.0.0.1:8000/admin/
to create a url_simplify (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/url_simplify/ to start generating simplified urls.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.