I am trying to execute the DB creation on my dreamhost account and I receive the following error after issuing the command below

 python manage.py syncdb --all

the result is:

Usage: manage.py syncdb [options]

Create the database tables for all apps in INSTALLED_APPS whose tables haven't already been created.

manage.py: error: no such option: --all

Any ideas what I am missing?

asked 01 Mar '11, 02:36

gyurisc's gravatar image

gyurisc
106238
accept rate: 50%

edited 01 Mar '11, 10:47

rickross's gravatar image

rickross ♦♦
12.5k2914972


You are missing south. You may skip it (and skip the --all switch), but you'll loose the ability of migrating your app if future versions require database migrations.

link

answered 01 Mar '11, 07:58

Hernani%20Cerqueira's gravatar image

Hernani Cerq... ♦♦
16.8k65975
accept rate: 52%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×156
×62
×12

Asked: 01 Mar '11, 02:36

Seen: 948 times

Last updated: 01 Mar '11, 10:47

powered by OSQA