launch fast. @jewelia Remember: many startups/ideas stay in beta or are just “un-launched side projects” for years. Tracy iterated fast & quickly launched the first version of our 5 directories (she did this all as a designer who learned Python and Django to accomplish this !!) It was(is) my job to ensure our infrastructure allows us to keep growing at such tremendous rate.
old directories and creating new CSS templates, changing names. When you’re launching your MVP (minimum value product), you must “move fast, break things”! @jewelia | [email protected] This was good because…
functionality made debugging painful 5 different Django Admin UIs 5 Posgres DBs to query and join data across Positive business growth meant making the fragmentation problem worse. This was bad because… @jewelia
about your team’s debugging best practices. Devs may know how to debug other languages and environments, but not necessarily Python/ Django. Django debug toolbar has saved me N times when I need to see SQL Django is executing: https://github.com/django-debug-toolbar/ django-debug-toolbar
way to prevent “Django magic syndrome” Votizen does this in their interview process: https://github.com/votizen/careers/blob/ master/RemoteCodingProblem.rst @jewelia
Saved PDF version of Think Python for quick searching: http://www.greenteapress.com/thinkpython Printed out this cheat sheet & hung it over my desk: http://hairysun.com/downloads/ BegPythonHandout.pdf Step 4: Learn a Little Python @jewelia
taggit django-comments admin (*this actually worked great!) …but I had 5 different auth-user, taggit, django-comments tables in 5 different DBs. Why the Fail @jewelia
+ SQLAlchemy + namespaced all the data …but come up with tests beforehand to check the migration was successful! Tests could be as simple as just counting to ensure *all* the data migrated. Data Migration @jewelia