Re: Integrating NoSQL-persisted custom Models

2013-05-24 Thread Alir3z4
On Friday, May 24, 2013 10:22:45 AM UTC+4, Russell Keith-Magee wrote: > You might get some traction using django-nonrel, but I can't comment on how well it works. It's a fork of Django 1.3 ..., I have an app up & running with django-nonrel 1.5, it's in beta but works perfectly with no problem,

Announcement - django-base64field

2013-03-26 Thread Alir3z4
from ``pk`` field on models. You can read more about it on its github repository page, Also it's very well tested to demonstrate how it works. django-base64field is available on pypi and github. pypi: http://pypi.python.org/pypi/django-base64field github: https://github.com/Alir3z4/django

Announcment - django-databrowse

2013-01-08 Thread Alir3z4
as stand-alone package pypi. pypi: http://pypi.python.org/pypi/django-databrowse source/git repo: https://github.com/Alir3z4/django-databrowse Regards, Alireza Savand -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this

Announcement - django-markwhat

2013-01-07 Thread Alir3z4
Due to deprecation of ``django.contrib.markup``, I've decided to package it as a 3rd-party app and release it. source-code: https://github.com/Alir3z4/django-markwhat pypi: http://pypi.python.org/pypi/django-markwhat Regards, Alireza Savand -- You received this message because you

Announce Short URL Generator [short_url]

2012-11-23 Thread Alir3z4
Hello, I've released an python package that is a Short URL Generator. I thought would be useful for other people to use it with django or any other related topic. It's available on github[1], pypi[2]. [1]: http://alir3z4.github.com/short_url [2]: http://pypi.python.org/pypi/short_url Regards

Multiple TaggableManager() on model [django-taggit]

2012-07-17 Thread Alir3z4
Hi This question is about having more than one taggit .managers .TaggableManageron model. I