Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Added READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Żuraw committed Aug 12, 2016
1 parent e04ff4e commit b1310ac
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 3 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Project used in various blog posts:
===================================

* [Django + Celery & Rabbit](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/blog_celery_rabbit)

* [Python class @decorators](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/blog_class_decorators)

* [Django cookiecutter](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/blog_cookiecutter/blog-cookiecutter)

* [GeoDjango and Leaflet.js](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/blog_geodjango_leaflet)

* [Django Haystack and Elasticsearch](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/blog_haystack)

* [Http and websockets logging handlers](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/blog_http_logger)

* [Factory pattern in python](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/factory_pattern)

* [Mocks and monkeypatching in python](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/blog_mocks)

* [Two forms one view in django](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/two_forms)
4 changes: 4 additions & 0 deletions blog_celery_rabbit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Repo contaning code for blog series: [Django + Celery & Rabbit -part one](http://krzysztofzuraw.com/blog/2016/django-celery-rabbit-part-one.html),
[Django + Celery & Rabbit -part two](http://krzysztofzuraw.com/blog/2016/django-celery-rabbit-part-two.html),
[Django + Celery & Rabbit -part three](http://krzysztofzuraw.com/blog/2016/django-celery-rabbit-part-one.html)
and [Django + Celery & Rabbit -part four](http://krzysztofzuraw.com/blog/2016/django-celery-rabbit-part-four.html).
Empty file removed blog_celery_rabbit/README.rst
Empty file.
1 change: 1 addition & 0 deletions blog_class_decorators/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Repo contaning code for blog post: [Python class @decorators](http://krzysztofzuraw.com/blog/2016/python-class-decorators.html).
5 changes: 2 additions & 3 deletions blog_haystack/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# blog-haystack-elasticsearch
Repo for code from haystack-elasticsearch series.

Repo contaning code for blog series: [Django Haystack and Elasticsearch- part one](http://krzysztofzuraw.com/blog/2016/haystack-elasticsearch-part-one.html),
and [Django Haystack and Elasticsearch- part two](http://krzysztofzuraw.com/blog/2016/haystack-elasticsearch-part-two.html).
1 change: 1 addition & 0 deletions blog_http_logger/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Repo contaning code for blog post: [Http and websockets logging handlers](http://krzysztofzuraw.com/blog/2016/http-websockets-logging-handlers.html).
1 change: 1 addition & 0 deletions blog_mocks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Repo contaning code for blog post: [Mocks and monkeypatching in python](https://github.com/krzysztofzuraw/personal-blog-projects/tree/master/blog_mocks).
1 change: 1 addition & 0 deletions two_forms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Repo contaning code for blog post: [Two forms one view in django](http://krzysztofzuraw.com/blog/2016/two-forms-one-view-django.html).

0 comments on commit b1310ac

Please sign in to comment.