You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,33 +4,45 @@ Model Bakery offers you a smart way to create fixtures for testing in Django.
4
4
5
5
With a simple and powerful API, you can create many objects with a single line of code.
6
6
7
-
Model Bakery is a rename of the legacy [model_mommy\'s project](https://pypi.org/project/model_mommy/). This is because the project\'s creator and maintainers decided to not reinforce gender stereotypes for women in technology. You can read more about this subject[here](https://witi.com/articles/1017/How-Gender-Stereotypes-are-Still-Affecting-Women-in-Tech/).
7
+
Model Bakery is a rename of the legacy [model_mommy's project](https://pypi.org/project/model_mommy/). This change was made to avoid reinforcing gender stereotypes in technology.
8
+
You can read more about this subject [here](https://witi.com/articles/1017/How-Gender-Stereotypes-are-Still-Affecting-Women-in-Tech/).
- Automatically generates test data for Django models
17
+
- Provides sensible defaults for all field types
18
+
- Supports custom field overrides and "recipes" for reusable patterns
19
+
- Handles related models and complex relationships
20
+
- Works with currently maintained versions of Python and Django
21
+
22
+
## Installation
16
23
17
24
```console
18
25
$ pip install model-bakery
19
26
```
20
27
21
-
# Contributing to Model Bakery
28
+
##Contributing to Model Bakery
22
29
23
-
As an open-source project, Model Bakery welcomes contributions of many forms. Examples of contributions include:
30
+
As an open-source project, Model Bakery welcomes contributions of many forms:
24
31
25
-
- Code Patches
32
+
- Code patches
26
33
- Documentation improvements
27
34
- Bug reports
28
35
29
-
Take a look in our [GitHub repo](https://github.com/model-bakers/model_bakery/blob/main/CONTRIBUTING.md) for more instructions on how to set up your local environment to help Model Bakery to grow.
36
+
Take a look at our [GitHub repo](https://github.com/model-bakers/model_bakery/blob/main/CONTRIBUTING.md) for instructions on how to set up your local environment to help Model Bakery to grow.
37
+
38
+
## Support
39
+
40
+
Feel free to [open an issue](https://github.com/model-bakers/model_bakery/issues/new) for support, development ideas, or questions!
30
41
31
-
#Doubts? Loved it? Hated it? Suggestions?
42
+
## License
32
43
33
-
Feel free to [open an issue](https://github.com/model-bakers/model_bakery/issues/new) for support, development or ideas!
44
+
Model Bakery is licensed under the MIT License.
45
+
See the [LICENSE](https://github.com/model-bakers/model_bakery/blob/main/LICENSE) file for more information.
0 commit comments