From ccac96438039d3096a6f209b254f6c432517b067 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Tue, 4 Jun 2019 19:07:47 -0400 Subject: [PATCH] add urlman to 3rd party packages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f862817..43cf10f 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-watson](https://github.com/etianen/django-watson) - Full-text search plugin - [factory-boy](https://github.com/FactoryBoy/factory_boy) - Test fixtures replacement - [pytest-django](https://github.com/pytest-dev/pytest-django) - Use pytest features in Django +- [urlman](https://github.com/andrewgodwin/urlman) - A nicer way to do URLs for Django models - [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites *Content Management Systems (CMSs)*