Skip to content

Commit cce3e31

Browse files
committed
Initiate a django application
1 parent 0a6beb4 commit cce3e31

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/django_mermaid/__init__.py

Whitespace-only changes.

src/django_mermaid/apps.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from django.apps import AppConfig
2+
3+
4+
class MermaidConfig(AppConfig):
5+
name = "django_mermaid"

0 commit comments

Comments
 (0)