We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874ea88 commit 2a13669Copy full SHA for 2a13669
docs/technologies/django/database-docker-persistence.mdx
@@ -0,0 +1,18 @@
1
+---
2
+title: Django with DB Docker Persistence
3
+description: How to execute Django in Docker with DB persistence
4
5
+
6
+import SubHeading from "@site/src/components/SubHeading";
7
8
+<SubHeading color="#25c2a0">How to execute Django in Docker with DB persistence</SubHeading>
9
10
+> Coding Sample: https://github.com/app-generator/sample-django-docker-db-persistence
11
12
+<br />
13
14
+## Resources
15
16
+- 👉 [Djongo Documentation](https://www.djongomapper.com/get-started/)
17
+- 👉 [Django Soft Admin Dashboard](https://github.com/app-generator/django-admin-soft-dashboard)
18
+- 🚀 Free [Support](https://appseed.us/support/) via Email & Discord
0 commit comments