-
I have a module where I define a service like this:
.factory("Charts", function ($resource) {
return $resource("/api/charts/:chartId", {
}, {});
})
Then, on the controller I do:…
-
After creating a node using `ogm.Store()` and then querying it back using `CypherQuery`, I get a `KeyError` every time when trying to execute `add_labels` upon the returned node.
Here is what I am ex…
-
**Migrated issue, originally created by matt chisholm ([@glyphobet](https://github.com/glyphobet))**
When using history_meta and also subclassing from model classes (which we do in order to add addit…
-
We have plenty to keep us busy for 1.0 but just opening this to kick around ideas for the future :)
- It was suggested that we make unit testing a first-class citizen. Rather than just pointing people…
-
Any language.
-
Trying to create a subclass of FlaskView with a custom init like so:
``` python
class BaseView(FlaskView):
def __init__(self, model):
pass
```
gives this error:
```
File "flask_classy.p…
-
It is important to discuss the minimum requirements that PyBossa will have according to authentication and authorization.
NB: Authentication in WUI already works and API key autentication is #20.
**…
-
Provide on example directory a sample Flask application with a "real" CRUD.