![]() | 1 | initial version |
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.
![]() | 2 | No.2 Revision |
Hello there. In addition to syncdb please run "python python
manage.py 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
.
![]() | 3 | No.3 Revision |
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.
![]() | 4 | No.4 Revision |
Hello there. In addition to syncdb please run
python manage.py
migratemigratethat
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.
![]() | 5 | No.5 Revision |
Hello there. In addition to syncdb please run
python manage.py migrate
That will complete the database creation. 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.