Skip to content
andrewtracer edited this page Jun 30, 2011 · 2 revisions
  1. sudo apt-get install postgresql
  2. sudo apt-get install pgadmin3
  3. User: postgres, password:bob
    • Need to sudo su postgres to switch to postgres currently. Will not recognize the passwd.
  4. created a new db named firstdb
  5. created Django superuser

Clone this wiki locally