Skip to content

Somsubhra1/Django-with-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django with MongoDB

Description

Django with MongoDB implementation using Djongo

Installation

$ pip install -r requirements.txt

Running the app

$ python manage.py runserver

Setup

Create .env file in the root directory and add the following configuations:

DJANGO_ENV - Set environment as development or production
SECRET_KEY - Set Secret key for django internal usage
DB_NAME - Database Name
DB_HOST - Database Host/IP
DB_PORT - Database PORT
DB_USER - Database Username
DB_PASS - Database Password

License

This project is MIT licensed.

Releases

No releases published

Packages

No packages published

Languages