django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

Wrong Installation Guide on Readme #62

Closed chitak closed 5 years ago

chitak commented 5 years ago

Error while running following command:

python manage.py migrate djangocms_bootstrap4
CommandError: App 'djangocms_bootstrap4' does not have migrations.

After run python manage.py runserver

You have 23 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): bootstrap4_alerts, bootstrap4_badge, bootstrap4_card, bootstrap4_carousel, bootstrap4_collapse, bootstrap4_content, bootstrap4_grid, bootstrap4_jumbotron, bootstrap4_link, bootstrap4_listgroup, bootstrap4_media, bootstrap4_picture, bootstrap4_tabs, bootstrap4_utilities, djangocms_icon.
Run 'python manage.py migrate' to apply them.

Have it working after run:

python manage.py migrate

I think the Readme should update to the correct command.