Djamin, a new and clean styles for Django admin.

2014-08-01 Thread Herson
Hey guys, in the last days, i push my new project called Djamin[0], a new and clean styles for django admin. I hope you like and i sent in django dev tool for a proposal to change. Forken, commit and send suggestions, all are welcome. [0] https://github.com/hersonls/djamin -- Herson Leite

Django QuerySets Join

2010-01-25 Thread Herson
Hi, Well, this weekend I had the freedom to publish a project in which I've been using. The project is called django-queryset-join and serves to join QuerySets of different models. A practical example of use is when you have a search engine and you want to search in several different models and th

Re: I am doing the tutorial part 1 and i got this error

2009-01-19 Thread Herson
eError: 'module' object has no attribute 'model' > >> > > > > Capitalization is important, you want to subclass models.Model, not > > models.model. > > > > That should do the trick, > > > > Eric > > > > > &