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
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,33 +4,46 @@ 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/).
Model-bakery is an open-source Python library for Django that:
14
16
15
-
Install it with `pip`
17
+
- Automatically generates test data for Django models
18
+
- Provides sensible defaults for all field types
19
+
- Supports custom field overrides and "recipes" for reusable patterns
20
+
- Handles related models and complex relationships
21
+
- Works with currently maintained versions of Python and Django
22
+
23
+
## Installation
16
24
17
25
```console
18
26
$ pip install model-bakery
19
27
```
20
28
21
-
# Contributing to Model Bakery
29
+
##Contributing to Model Bakery
22
30
23
-
As an open-source project, Model Bakery welcomes contributions of many forms. Examples of contributions include:
31
+
As an open-source project, Model Bakery welcomes contributions of many forms:
24
32
25
-
- Code Patches
33
+
- Code patches
26
34
- Documentation improvements
27
35
- Bug reports
28
36
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.
37
+
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.
38
+
39
+
## Support
40
+
41
+
Feel free to [open an issue](https://github.com/model-bakers/model_bakery/issues/new) for support, development ideas, or questions!
30
42
31
-
#Doubts? Loved it? Hated it? Suggestions?
43
+
## License
32
44
33
-
Feel free to [open an issue](https://github.com/model-bakers/model_bakery/issues/new) for support, development or ideas!
45
+
Model Bakery is licensed under the MIT License.
46
+
See the [LICENSE](https://github.com/model-bakers/model_bakery/blob/main/LICENSE) file for more information.
0 commit comments