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.
1 parent 4c169ca commit 8bf3bb7Copy full SHA for 8bf3bb7
README.markdown
@@ -17,6 +17,14 @@ uuid - [a-fA-F0-9]{8}-?[a-fA-F0-9]{4}-?[a-fA-F0-9]{4}-?[a-fA-F0-9]{4}-?[a-fA-F0-
17
18
If you want to offer more macros by default, you can fork and make pull request.
19
20
+### Installation
21
+
22
+You can install library with pipy like a charm.
23
24
+```
25
+pip install django-macros-url
26
27
28
### Usage
29
30
Django Macros Urls used same way as django standart urls. You just import this and declare your patterns with macros.
0 commit comments