Skip to main content

A simple Django app to generate simplified urls.

Project description

https://badge.fury.io/py/django-url-simplify.svg

Url Simplify is a simple Django app which generates simplified base62 urls from regular ones.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add url_simplify to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'url_simplify',
    ]
  2. Include the url_simplify URLconf in your project urls.py like this:

    path('url_simplify/', include('url_simplify.urls')),
  3. Run python manage.py migrate to create the url_simplify models.

  4. 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).

  5. Visit http://127.0.0.1:8000/url_simplify/ to start generating simplified urls.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-url-simplify-0.0.2.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

django_url_simplify-0.0.2-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file django-url-simplify-0.0.2.tar.gz.

File metadata

File hashes

Hashes for django-url-simplify-0.0.2.tar.gz
Algorithm Hash digest
SHA256 d0bb3760a8db4e965c723b338ec72c9d24d3c453d70d7553ba45547d3e1c5f16
MD5 6873da3c68fc1b778b60f264d9ae3913
BLAKE2b-256 84cc3f4db1bf23c7cb40cf5603a44e5079ae3573a54fdf2a5768e48dc05cb06e

See more details on using hashes here.

File details

Details for the file django_url_simplify-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_url_simplify-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3c941ae73ea3153e6bb74a136ba7996058fe62707d4b72d2dc23460d368beada
MD5 a87b8aa976e72a4086225542e1a226ea
BLAKE2b-256 4b06264d3a0407e832b96c93654e7374e090a6913a6583e4c359b80a4ae731ac

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page