Skip to content

Instantly share code, notes, and snippets.

@Gpzim98
Last active October 2, 2017 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gpzim98/b72bae9d149ff94a91263d5b127c0e73 to your computer and use it in GitHub Desktop.
Save Gpzim98/b72bae9d149ff94a91263d5b127c0e73 to your computer and use it in GitHub Desktop.
- obj, created = AppSettings.objects.get_or_create(name='DEFAULT_LANG')
- Uso do dir(obj)
- Dont use exception as a flow control
- every exception should do log
- Database tips from brazilian guy article
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment