From wereapwhatwesow at gmail.com Sun Mar 2 16:16:12 2014 From: wereapwhatwesow at gmail.com (Steve Young) Date: Sun, 2 Mar 2014 09:16:12 -0600 Subject: [omaha] 11 Things I Wish I Knew About Django Development Before I Started My Company: Message-ID: https://medium.com/cs-math/f29f6080c131 Maybe we could discuss pro/cons at this months meeting? Or reply with your topic requests! Steve From wes.turner at gmail.com Sun Mar 2 19:36:59 2014 From: wes.turner at gmail.com (Wes Turner) Date: Sun, 2 Mar 2014 12:36:59 -0600 Subject: [omaha] 11 Things I Wish I Knew About Django Development Before I Started My Company: In-Reply-To: References: Message-ID: On 3/2/14, Steve Young wrote: > https://medium.com/cs-math/f29f6080c131 3. Gunicorn + Nginx Passenger + Nginx is also very fast. https://github.com/phusion/passenger-docker 4. MongoDB + Migrations One helpful practice for document stores is to store a version id/key in each document. South does this. 6. Settings.py I really like the Pyramid configuration system. https://pypi.python.org/pypi/keyring is probably a more secure way to store secret settings. 8. AJAX/JSON I'm the one guy not running Javascript. 11. Jammit (asset compression) Fanstatic and WebAssets [can] use regular Python package versioning and dependencies. http://www.reddit.com/r/Python/comments/1quqy7/my_favorite_database_is_the_network/#cdh6nix From wereapwhatwesow at gmail.com Wed Mar 26 13:20:43 2014 From: wereapwhatwesow at gmail.com (Steve Young) Date: Wed, 26 Mar 2014 07:20:43 -0500 Subject: [omaha] 50% off Oreilly eBooks Message-ID: http://shop.oreilly.com/category/deals/python.do?code=WKPYTHNP&imm_mid=0b99a9&cmp=em-prog-books-videos-lp-owo_python_direct_wkpythnp One week only. Steve