Skip to content

skonstantinov89/django-mongoengine-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-mongodb-skeleton

Use Django with mongoDB in this skeleton i've configured a sample project to use two different databases. SQLite for the authentication, session and logging and MongoDB for the application data.

I'm using mongoengine.

Installation and Usage

Instalation

virtualenv env

source env/bin/activate

cd sample_project

pip install -r requirements.txt

python manage.py migrate

Usage

python manage.py runserver

Hope this is helpful

About

Django boilerplate example project fror using MongoDB database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published