kpsul/kfet
Aurélien Delobelle a9cb50b38d Better k-fet js and more
JavaScript
----------
- Basic classes that can be inherited to define a new class for a
  django model in javascript.
- Formatters classes are used to render properties and attributes of
  the instances of models classes.
- New classes to handle Account, Checkout, Statement models.
- Refactor K-Psul JS (part n/m).
- Better file organization.

Views
-----
- 'kpsul.checkout_data' is cleaner. Last statement is added to the JSON
  response with GET paramater 'last_statement'.
- 'account.read.json' is merged in account.read. JSON response is sent if
  GET parametter 'format' is set to 'json'.
- Fix PEP8 of concerned views.

New requirement: django-js-reverse
----------------------------------
Used to resolve the URLs defined in the project in JavaScript.
See https://github.com/ierror/django-js-reverse
2017-02-23 22:07:38 +01:00
..
fixtures Add fixtures. 2017-01-03 01:35:56 +01:00
migrations Add missing migration 2017-01-04 15:29:28 +01:00
static/kfet Better k-fet js and more 2017-02-23 22:07:38 +01:00
templates/kfet Better k-fet js and more 2017-02-23 22:07:38 +01:00
templatetags not supporting future.builtins anymore in templatetags 2017-02-05 22:39:20 +01:00
__init__.py Ajout message pour proposer connexion standard 2016-09-10 22:49:07 +02:00
admin.py initial 2016-08-02 10:40:46 +02:00
apps.py Ajout message pour proposer connexion standard 2016-09-10 22:49:07 +02:00
autocomplete.py No need for len of query 2017-01-20 07:32:11 -02:00
backends.py Ajout account pour compte générique 2016-09-29 21:36:17 +02:00
consumers.py Py2 compatible 2016-09-01 00:45:44 +02:00
context_processors.py Py2 compatible 2016-09-01 00:45:44 +02:00
decorators.py Py2 compatible 2016-09-01 00:45:44 +02:00
forms.py fixes #87 2017-01-31 16:35:52 -02:00
middleware.py Message 2016-09-02 14:50:09 +02:00
models.py Fix acc neg 2016-09-05 19:19:09 +02:00
routing.py Fix WebSocket failure on K-Psul 2017-01-05 14:27:25 +01:00
signals.py Ajout message pour proposer connexion standard 2016-09-10 22:49:07 +02:00
urls.py Better k-fet js and more 2017-02-23 22:07:38 +01:00
views.py Better k-fet js and more 2017-02-23 22:07:38 +01:00