Skip to content

weihuchao/django_ricker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are some django utils, make it convenient for work. Now only support django 1.9, 1.9+ may aslo work.

1 install

pip install django-ricker

2 get all urls

cd project_home
python manage.py shell
from django_ricker.urls import get_all_urls
print get_all_urls()

Releases

No releases published

Packages

No packages published

Languages