We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d1275 commit 0a15bbeCopy full SHA for 0a15bbe
patterns/creational/factory.py
@@ -12,11 +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
-https://shorturl.at/ctMPZ
16
-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.
+https://docs.djangoproject.com/en/4.0/topics/forms/formsets/
+For example, different types of forms are created using a formset_factory
20
21
*References:
22
http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/
0 commit comments