You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Django] - The Web framework for perfectionists with deadlines, ver: 1.9.5
74
-
*[django-allauth] - Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication, ver: 0.25.2
75
-
*[django-debug-toolbar] - The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content, ver: 1.4
76
-
*[django-ipware] - Best attempt to get user's (client's) real ip-address while keeping it DRY, ver: 1.1.5
77
-
*[django-cors-headers] - A Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses, ver: 1.1.0
78
-
*[django-crispy-forms] - Better formatted form template, ver: 1.6.0
79
-
*[django-filter] - Django-filter provides a simple way to filter down a queryset based on parameters a user provides, ver: 0.13.0
80
-
*[djangorestframework] - Django REST framework is a powerful and flexible toolkit for building Web APIs, ver: 3.3.3
81
-
*[djangorestframework-jwt] - JSON Web Token Authentication support for Django REST Framework, ver: 1.8.0
82
-
*[httpie] - HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP client, ver: 0.9.3
83
-
*[Markdown] - Python implementation of Markdown, ver: 2.6.6
*[PyJWT] - A Python implementation of RFC 7519. Original implementation was written by @progrium, ver: 1.4.0
87
-
*[requests] - Requests is the only Non-GMO HTTP library for Python, safe for human consumption, ver: 2.9.1
88
-
*[Bootstrap] - is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web, ver: 3.1.1
89
-
*[jQuery] - is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers ver: 1.11.0
90
-
91
45
### Version
92
-
* version: 1.3
46
+
* version: 1.4.0
93
47
* project started in 08/may/2015.
94
48
* code taken from my old repo: [https://github.com/paveu/srvup](https://github.com/paveu/srvup)
95
49
50
+
### Todos
51
+
- add Flower for monitor Celery tasks
52
+
- fixing comment thread with angular.js - top priority
53
+
- add fabric deployment script with filling in site id=1 for facebook socialapp
54
+
- add celery for getting exchange rate from usd->pln. do it periodicaly and save a result to database
55
+
- add Sentry for monitoring exepctions happen within the project
56
+
- improving user account panel with angular.js
57
+
- deploying project with fabric script for local/stage and production
58
+
- braintree and payu tutorials for those who wants to run it in production mode
59
+
- add tox, coverage, pytest
60
+
- covering all models along with payment systems with unit and functional tests
61
+
- exposing transaction model with REST API only for thoe users who has permision
62
+
- add automatic resize and compress images with PIL
0 commit comments