Skip to content

cxhandley/django-ddp-meteor-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-ddp-meteor-todo

Meteor todo example with django-ddp backend

Updated example from commoncode/django-ddp

Installation

Install django-dpp

pip install django-ddp

Install meteor (https://www.meteor.com/install)

Make sure you have PostgreSQL with psycopg2 setup

Clone the repo:

git clone https://github.com/cxhandley/django-ddp-meteor-todo

Run the python service:

DJANGO_SETTINGS_MODULE=django-ddp-meteor-todo.settings dddp

Make sure you have the root folder in PYTHONPATH if the above does not work.

Go into the meteor_todo folder - open terminal and run

meteor

Then go to localhost:3000 and add some todos.

About

Meteor todo example with django-ddp backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published