Skip to content

a boilerplate webapp template using python, django and mongo

Notifications You must be signed in to change notification settings

johnscode/py-django-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-django-mongo

simple python django template using mongo

This is just a simple template web service I use when I need to spin up a quick document or rest server using django

Setup

Download the repo and run

pip install 

initialize the db

python manage.py seed_users

run

The server will default to port 8000. If you want to set a different port, set the DJANGO_RUNSERVER_PORT environment variable

export DJANGO_RUNSERVER_PORT=4000
python manage.py 

About

a boilerplate webapp template using python, django and mongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published