You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
Run migrations: python manage.py migrate aldryn_newsblog.
NOTE: aldryn_newsblog supports both South and Django 1.7 migrations. If using Django 1.7, you may need to add the following to your settings:
MIGRATION_MODULES = [
…
'aldryn_newsblog': 'aldryn_newsblog.south_migrations',
# The following are for some of the depenencies.
'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations_django',
'filer': 'filer.migrations_django',
…
]
It should be something like this:
MIGRATION_MODULES= {
…
# The following are for some of the dependencies.
'djangocms_text_ckeditor': 'djangocms_text_ckeditor.migrations_django',
'filer': 'filer.migrations_django',
…
}
{} instead of []
aldryn_newsblog in 'dev' branch uses django migrations by default;
dependencies typo fix
checked with Django 1.7.7, django-cms 3.1.0rc1, newsblog 0.8.4
The text was updated successfully, but these errors were encountered:
sorry @mkoistinen I've forgot about that: python manage.py migrate aldryn_newsblog
I think it is prefer to do just python manage.py migrate because there is other apps with migrations.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the docs (README.rst) we have:
It should be something like this:
checked with Django 1.7.7, django-cms 3.1.0rc1, newsblog 0.8.4
The text was updated successfully, but these errors were encountered: