Horacio Ibrahim

Results 3 issues of Horacio Ibrahim

I use MongoDB with Django and many options no operate or no need. I think that put something as DISQUS_URL in variable of settings.py is better that query in Site...

I've added a new option to delimiter. It work fine when exists a area delimiter container with overflow: hidden. Please, see demo.html.

Hi, Is it possible to implement ListField with EmbeddedField? Something: ``` python stars = ListField(EmbeddedDocumentField(StarsModel)) ``` where... ``` python class StarsModel(EmbeddedDocument): score = db.IntField(default=0) voter = db.ReferenceField(User) ``` How to...