Skip to content

Instantly share code, notes, and snippets.

@woodbridge
Created July 18, 2012 22:56
Show Gist options
  • Select an option

  • Save woodbridge/3139518 to your computer and use it in GitHub Desktop.

Select an option

Save woodbridge/3139518 to your computer and use it in GitHub Desktop.
(venv)> python manage.py syncdb
Syncing...
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
Synced:
> django.contrib.auth
> django.contrib.contenttypes
> django.contrib.sessions
> django.contrib.messages
> django.contrib.staticfiles
> django.contrib.admin
> django.contrib.admindocs
> south
> accounts
> facilities
> support
> data_sources
> report_cards
Not synced (use migrations):
-
(use ./manage.py migrate to migrate these)
(venv)> python manage.py migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment