A simple Django app to generate simplified urls.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-url-simplify-0.0.2.tar.gz
.
File metadata
- Download URL: django-url-simplify-0.0.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0bb3760a8db4e965c723b338ec72c9d24d3c453d70d7553ba45547d3e1c5f16 |
|
MD5 | 6873da3c68fc1b778b60f264d9ae3913 |
|
BLAKE2b-256 | 84cc3f4db1bf23c7cb40cf5603a44e5079ae3573a54fdf2a5768e48dc05cb06e |
File details
Details for the file django_url_simplify-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: django_url_simplify-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c941ae73ea3153e6bb74a136ba7996058fe62707d4b72d2dc23460d368beada |
|
MD5 | a87b8aa976e72a4086225542e1a226ea |
|
BLAKE2b-256 | 4b06264d3a0407e832b96c93654e7374e090a6913a6583e4c359b80a4ae731ac |