Skip to content
Snippets Groups Projects
Commit 5c773f8f authored by nesdis's avatar nesdis Committed by GitHub
Browse files

Create README.md

parent 5d8bff86
Branches
Tags
No related merge requests found
# djongo
Driver for allowing Django to use NoSQL databases
Now use NoSQL databases like Mongodb as a backend for django!!!
1. Clone djongo directory into Lib\site-packages\django\db\backends
2. Add:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.djongo',
'NAME': 'your-db-name',
}
}
Into settings.py file of your project.
3. YOUR ARE SET! HAVE FUN!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment