Revision history [back]
Hello there. In addition to syncdb please run
python manage.py migrate
That will complete the database initialization. It is actually described in the manual. There is a link "install/docs" above in the header.
Tables for "askbot" and the login app "django_authopenid" are managed by the database migration system called "South" which provides management command migrate
.
This greatly helps in upgrading the database schema.
Note that if you have other apps under the same migration system you might want to instead specify which application to migrate.
Hello there. In addition to syncdb please run
python manage.py migrate
That will complete the database initialization. creation. It is actually described in the manual. There is a link "install/docs" above in the header.
Tables for "askbot" and the login app "django_authopenid" are managed by the database migration system called "South" which provides management command migrate
.
This greatly helps in upgrading the database schema.
Note that if you have other apps under the same migration system you might want to instead specify which application to migrate.
Hello there. In addition to syncdb please run
python manage.py
migratemigrate
That that will complete the database creation. It is actually described in the manual. There is a link "install/docs" above in the header.
Tables for "askbot" and the login app "django_authopenid" are managed by the database migration system called "South" which provides management command migrate
.
This greatly helps in upgrading the database schema.
Note that if you have other apps under the same migration system you might want to instead specify which application to migrate.
Hello there. In addition to syncdb please run python manage.py migrate
that will complete the database creation. It is actually described in the manual. There is a link "install/docs" above in the header.
Tables for "askbot" and the login app "django_authopenid" are managed by the database migration system called "South" which provides management command migrate
.
This greatly helps in upgrading the database schema.
Hello there. In addition to syncdb please run "python manage.py python
migrate migrate" that will complete the database creation. It is actually described in the manual. There is a link "install/docs" above in the header.
Tables for "askbot" and the login app "django_authopenid" are managed by the database migration system called "South" which provides management command migrate
.