-
``` diff
diff --git a/index.html b/index.html
index 23120ac..d419929 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
Task Manager
-
+
diff --git a/index.js b/index.js
ind…
-
Hi,
I make my project based on https://github.com/pydanny/cookiecutter-django and I added django-plugins to manage some part of my app.
However after adding djangoplugins in my INSTALLED_APPS if I e…
-
When creating a project with Raven (Sentry), local dev fails when following the instructions to run the server:
``` bash
from raven.contrib.django.raven_compat.middleware.wsgi import Sentry
djang…
-
As noted in [the original pull request](https://github.com/pydanny/cookiecutter-django/pull/266#commitcomment-12102184), celery needs to be run with `celery -A proj.taskman` (now taskapp). However, th…
-
Hi,
Its not really an issue :D
I use the TaskBoard to do an Desktop API, I put my code here https://github.com/camael24/taskapp
I use it in professionnal context where is so long to open the naviga…
-
There are some sync providers for caldav tasks like this:
https://play.google.com/store/apps/details?id=org.dmfs.caldav.lib
https://play.google.com/store/apps/details?id=org.gege.caldavsyncadapter
so…
-
I have two separate views: index (for list of items) and show (for one item).
```
class ExampleApp.Views.TasksIndex extends Backbone.View
template: JST['tasks/index']
initialize: ->
@colle…
-
Hi,
I'm trying your example, after I run mvn jetty:run all seems ok, no warnings/errors etc., but when I launch the browser and navigate to http://localhost:8080 or http://localhost:8080/ Jetty respo…
-
I would like to use Mustache instead of underscore.js
-
One conversation I've had on a recurring basis is about how to decide where to perform various tasks - or if a spread of business logic across client and server even makes sense at all (given that it …