Skip to content

Commit c756065

Browse files
authored
fix: added sample output screen (#10)
* fix: added sample output screen * fix: added sample output screen - fix
1 parent 5c49b1c commit c756065

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ python manage.py altimate
106106

107107
This command will analyze your models' fields and report any potential issues or inconsistencies, along with actionable recommendations to improve your code quality and data consistency.
108108

109+
## Sample Output
110+
111+
![Sample Output](./altimate_django/docs/imgs/output.png "Sample Output")
112+
109113
## Happy Coding!
110114

111115
With altimate_django installed and configured, you're ready to enhance the robustness, efficiency, and consistency of your Django applications. Enjoy building high-quality projects and be confident that your models stand the test of time!

altimate_django/docs/imgs/output.png

155 KB
Loading

altimate_django/docs/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ from django.db import models
6868
class Product(models.Model):
6969
price = models.DecimalField(max_digits=10, decimal_places=2) # No MinValueValidator or MaxValueValidator!
7070
```
71+
72+
## Sample Output
73+
74+
![Sample Output](./imgs/output.png "Sample Output")

0 commit comments

Comments
 (0)