Skip to content

Commit 265dd91

Browse files
committed
Update integrate-mongodb.mdx
1 parent 4a2468a commit 265dd91

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/technologies/django/integrate-mongodb.mdx

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,23 @@ import SubHeading from "@site/src/components/SubHeading";
77

88
<SubHeading color="#25c2a0">Learn how to integrate Django with MongoDB</SubHeading>
99

10-
> REPO:
10+
> Sample Project: https://github.com/app-generator/how-to-integrate-django-with-mongo
11+
12+
## Topics
13+
14+
- What is MongoDB
15+
- Why is different compared with relational DBMS like MySql, PostgreSQL
16+
- Instal MongoDB
17+
- [For Windows](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/)
18+
- [For Linux, Ubuntu](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/)
19+
- Set up a basic Django project
20+
- Add dependencies for MongoDB
21+
- Update configuration & the project to use the connection
22+
- Create a superuser
23+
- Access the ADMIN Section
24+
- Visualize the data in MongoDB
25+
- Style the project using Soft Admin Theme
26+
- https://github.com/app-generator/django-admin-soft-dashboard
27+
- Conclusions
28+
- Resources Section
29+

0 commit comments

Comments
 (0)