File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments