jazzband / django-ddp

Django/PostgreSQL implementation of the Meteor server.
MIT License
167 stars 29 forks source link

Do you have a base project with this working? #9

Closed dan-gamble closed 9 years ago

dan-gamble commented 9 years ago

Just curious to see what a project structure where you mesh these 2 would look like. This would be project paradise for me if i can get this working :)

tysonclugg commented 9 years ago

There is an example project layout in the test suite. Feel free to log another issue against the lack of documentation... ;-)

dan-gamble commented 9 years ago

That looks very helpful, i tried it last night but had no success! Will try it again with this test project you have to try it out :)

dan-gamble commented 9 years ago

Got it working! Showing the TODO's at least :)

Is there a way to get the polling working i.e if i add a Task through the ./manage.py shell then it will auto show on the frontend?

dan-gamble commented 9 years ago

Scratch that, if i clone this repo and use it without moving it out of test it's fine. If i move it into it's own project it doesn't seem to work. Will investigate further :)