Skip to content

Instantly share code, notes, and snippets.

@jerobado
Created August 3, 2020 09:28
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 jerobado/d07737e0f7af9a419c08f09e336e2f13 to your computer and use it in GitHub Desktop.
Save jerobado/d07737e0f7af9a419c08f09e336e2f13 to your computer and use it in GitHub Desktop.

Django Developer Guide

Setting up a database

  1. Create local database and role (ie. PostgreSQL)
  2. Set database credentials in settings.py
  3. Migrate the database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment