We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8399bc8 + b1d5857 commit dcf694bCopy full SHA for dcf694b
README.markdown
@@ -93,8 +93,7 @@ urlpatterns = patterns(
93
Django way urls example
94
95
```python
96
-from django.conf.urls import patterns
97
-from macrosurl import url
+from django.conf.urls import patterns, url
98
from project.portal.views import IndexView
99
100
@@ -125,4 +124,4 @@ Alexandr Shurigin (aka [phpdude](https://github.com/phpdude/))
125
124
126
Sorry for my english level :(
127
128
-You are welcome fix readme to good english by pull request! Thank you.
+You are welcome fix readme to good english by pull request! Thank you.
0 commit comments