GitXplorerGitXplorer
d

django-urls-introspect

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
730c7d4a6db22bf42cb0962bcfca149cc7927b38

rename package, attempting to get setup.py right

committed 13 years ago
Unverified
fcb0e94716ecca80be1dff4739e123ff26fe8041

trying out setup.py file

committed 13 years ago
Unverified
a615137bbd0e766934e281f31b2330961a801344

update blog url

committed 13 years ago
Unverified
f8ca2359baa21dce40698048ae741a25d45a7780

initial add

ddavidszotten committed 13 years ago

README

The README file for this repository.

Django urls introspect

Introspect django urlpatterns to find potential bugs. Comes in handy during refactoring projects or as an extra sanity check

blog post

Usage

./manage check_urs
edit-members: url provides kwargs ['member_id'] not in the view sinature
edit-members: view requires kwargs ['member_code'] not in the url kwargs

License

MIT License