[omaha] 11 Things I Wish I Knew About Django Development Before I Started My Company:

Wes Turner wes.turner at gmail.com
Sun Mar 2 19:36:59 CET 2014


On 3/2/14, Steve Young <wereapwhatwesow at gmail.com> 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


More information about the Omaha mailing list