# djongo **Repository Path**: jiegec/djongo ## Basic Information - **Project Name**: djongo - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
manage.py makemigrations <app_name> followed by manage.py migrate (ONLY the first time to create collections in mongoDB)
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.sessions',
and others... fully supported.
## Features
* Use Django Admin GUI to access MongoDB.
* Embedded Model.
* Embedded Array.
* Embedded Form Fields.
Read the [full documentation](https://nesdis.github.io/djongo/)
## Contribute
If you think djongo is useful, **please share it** with the world! Your endorsements and online reviews will help get more support for this project.
Take a look at the [Enhancements project](https://github.com/nesdis/djongo/projects/1) that contains a list of features that must be implemented in future versions of Djongo. You can contribute to the source code or the documentation by creating a simple pull request! You may want to refer to the design documentation to get an idea on how [Django MongoDB connector](https://nesdis.github.io/djongo/django-mongodb-connector-design-document/) is implemented.
Add a star, show some love :)
## Questions and Discussion
* [Djongo groups](https://groups.google.com/d/forum/djongo) is where you can watch for new release announcements, suggest improvements, and discuss topics pertaining to Django and MongoDB.
* Issues, where things are not working as expected, please raise a git-hub issue ticket.
* For questions and clarifications regarding usage, please put it up on stackoverflow instead.