Thanks to visit codestin.com Credit goes to github.com
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 2a469f4 commit 2940bc2Copy full SHA for 2940bc2
patterns/creational/factory.py
@@ -12,8 +12,8 @@
12
13
*Where can the pattern be used practically?
14
The Factory Method can be seen in the popular web framework Django:
15
-http://django.wikispaces.asu.edu/*NEW*+Django+Design+Patterns For
16
-example, in a contact form of a web page, the subject and the message
+http://web.archive.org/web/http://django.wikispaces.asu.edu/*NEW*+Django+Design+Patterns
+For example, in a contact form of a web page, the subject and the message
17
fields are created using the same form factory (CharField()), even
18
though they have different implementations according to their
19
purposes.
0 commit comments