File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11from django .apps import AppConfig
2+ from django .core .serializers import register_serializer
23
34
45class AppConfig (AppConfig ):
56 default_auto_field = "django.db.models.BigAutoField"
67 name = "app"
8+
9+ def ready (self ):
10+ register_serializer ('yml' , 'django.core.serializers.pyyaml' )
Original file line number Diff line number Diff line change @@ -3,22 +3,25 @@ black==22.3.0
33certifi == 2022.6.15
44click == 8.1.3
55Django == 4.0.7
6+ django-click == 2.3.0
67django-extensions == 3.2.0
78django-filter == 21.1
9+ django-request == 1.6.1
810djangorestframework == 3.13.1
911gunicorn == 20.1.0
12+ Markdown == 3.3.7
1013mypy-extensions == 0.4.3
1114pathspec == 0.9.0
1215platformdirs == 2.5.2
1316psycopg2 == 2.9.3
17+ PyJWT == 2.4.0
18+ python-dateutil == 2.8.2
1419python-dotenv == 0.20.0
1520pytz == 2022.1
21+ PyYAML == 6.0
1622sentry-sdk == 1.9.0
23+ six == 1.16.0
1724sqlparse == 0.4.2
1825tomli == 2.0.1
1926urllib3 == 1.26.11
2027whitenoise == 6.0.0
21- PyJWT == 2.4.0
22- Markdown == 3.3.7
23- django-click == 2.3.0
24- django-request == 1.6.1
You can’t perform that action at this time.
0 commit comments