[email protected] • Tutorials ० Official: See the documentation ० DjangoGirls: tutorial.djangogirls.org ० Django Book: Do not use that! • Don't be afraid to commit: dont-be-afraid-to-commit.rtfd.org
for production • SQLite3 only for development, if at all ० Run tests on same database as production • Start with a custom user model: ० https://docs.djangoproject.com/en/1.8/topics/ auth/customizing/