urlman
URL generator
Provides a way to generate and manipulate URLs in Django models in a more elegant and flexible manner.
119 stars
9 watching
8 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
edoburu/django-any-urlfield | Provides an improved URL selector to choose between internal models and external URLs in Django applications. | 51 |
phpdude/django-macros-url | A Django library that simplifies URL pattern writing by providing pre-defined macro patterns | 139 |
miki725/django-url-filter | Provides an interface to filter data via human-friendly URLs in Django applications | 332 |
ierror/django-js-reverse | Makes named URL handling in Django easy and non-intrusive from JavaScript | 538 |
brobin/drf-generators | Automates the creation of views, serializers, and URLs for Django Rest Framework applications. | 350 |
andrewingram/django-extra-views | Generates additional class-based views to simplify common Django design patterns. | 1,393 |
kennethreitz/dj-database-url | Utility for configuring Django databases using environment variables or URLs. | 40 |
josharian/impl | Generates method stubs for implementing interfaces in Go. | 1,036 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
aofei/cameron | An avatar generator for creating images based on input URLs or paths | 123 |
jwage/purl | A library for manipulating URLs in a structured way | 908 |
typeddjango/django-stubs | Provides precise static types and type inference for Django framework | 1,623 |
manjitkumar/drf-url-filters | Enables filtering of Django ModelViewSet querysets using URL query parameters with validation. | 172 |
un33k/django-uuslug | Guarantees uniqueness and handles Unicode in Django slug generation | 276 |
hellysmile/django-activeurl | A Django template tag that automatically highlights active URLs in web pages. | 158 |