Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am glennmatthews on github.
  • I am glennmatthews (https://keybase.io/glennmatthews) on keybase.
  • I have a public key ASA3Gzw1U6zIOUfXrR4Xj37kuN0KoIBJo451M9PBRZnvwwo

To claim this, I am signing this object:

@glennmatthews
glennmatthews / list_urlpatterns.py
Created December 8, 2020 15:27
List all resolvable URL pattern names in a Django application
"""Script to list all resolvable URL pattern names and their corresponding path patterns.
Place this file in the same directory as your Django manage.py file.
Set DJANGO_SETTINGS_MODULE in your environment as appropriate, or update the setting below.
Then simply run "python list_urlpatterns.py"!
"""
import os
@glennmatthews
glennmatthews / extensions.rst
Last active July 9, 2016 14:29
autogenerated pylint extensions doc