Skip to content

Commit c855510

Browse files
committed
updating README
updating READM
1 parent 3a9548d commit c855510

File tree

1 file changed

+15
-47
lines changed

1 file changed

+15
-47
lines changed

README.md

+15-47
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,6 @@ content-publisher is a project for selling out video content. All videos we sell
3030
- posibility to host project source code on heroku with static and media files on AWS S3 bucket
3131
- django-debug-toolbar implemented
3232

33-
34-
### Todos
35-
- add Flower for monitor Celery tasks
36-
- fixing comment thread with angular.js - top priority
37-
- add fabric deployment script with filling in site id=1 for facebook socialapp
38-
- add celery for getting exchange rate from usd->pln. do it periodicaly and save a result to database
39-
- add Sentry for monitoring exepctions happen within the project
40-
- improving user account panel with angular.js
41-
- deploying project with fabric script for local/stage and production
42-
- braintree and payu tutorials for those who wants to run it in production mode
43-
- add tox, coverage, pytest
44-
- covering all models along with payment systems with unit and functional tests
45-
- exposing transaction model with REST API only for thoe users who has permision
46-
- add automatic resize and compress images with PIL
47-
48-
### Todos: Status bars
49-
- https://requires.io/plans/
50-
- https://coveralls.io
51-
- https://docs.travis-ci.com/user/status-images/
52-
- http://shields.io/ (reelase image)
53-
5433
### Local deployment tutorial
5534

5635
[---> Link <---](https://github.com/paveu/content-publisher/blob/master/docs/deployment_to_local.md)
@@ -63,36 +42,25 @@ content-publisher is a project for selling out video content. All videos we sell
6342

6443
[---> Link <---](https://github.com/paveu/content-publisher/blob/master/docs/deployment_to_aws_elastic_beanstalk.md)
6544

66-
67-
68-
### External libraries used in the project
69-
content-publisher uses a number of open source projects to work properly:
70-
71-
* [braintree] - Payment system, ver: 3.25.0
72-
* [colorama] - Cross-platform colored terminal text, ver: 0.3.7
73-
* [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
84-
* [Pillow] - Python Imaging Library, ver: 3.2.0
85-
* [Pygments] - Python syntax highlighter, ver: 2.0.2
86-
* [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-
9145
### Version
92-
* version: 1.3
46+
* version: 1.4.0
9347
* project started in 08/may/2015.
9448
* code taken from my old repo: [https://github.com/paveu/srvup](https://github.com/paveu/srvup)
9549

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
63+
9664
License
9765
----
9866

0 commit comments

Comments
 (0)