On Sunday, September 8, 2013 2:20:56 AM UTC-4, Benjamin Zuill-Smith wrote: > The django-nonrel project is alive and looking for contributors. >> > > Hi Alex, thanks for responding. I guess I was concerned by the lack of > commits lately, but looks like it's still alive and kicking by your post. > I'm interested in helping in this endeavor. I've been pouring over the docs > the past couple of days in my free time. I'm looking for some docs that > help newly interested people like me get familiar with the structure of > django files such as some kind of overall design architecture naming key > classes involved in underlying ORM, etc. > > Are there any such docs available? >
There are two places you can start from. The best option is to just get an app up and running. If you're interested in mongodb, then you can take a look at the mongodb-engine docs here: http://django-mongodb-engine.readthedocs.org/en/latest/ Alternatively, the original creators of the django-nonrel project wrote some pretty extensive blog posts while they were building it: http://www.allbuttonspressed.com/projects/django-nonrel Some of those docs are Google App Engine specific, but many of the concepts apply to mongodb as well. Also, we have a separate mailing list here: https://groups.google.com/forum/#!forum/django-non-relational Join that list (its low traffic) and we can discuss how you can help out. Thanks! --Alex -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
