-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migration error with django cms 2.3 + django 1.4 + postgresql 9.1.4 #1343
Comments
We already suggest to run http://django-cms.readthedocs.org/en/2.3/getting_started/tutorial.html#fresh-install Even better would be to fix the actual migration error. Any ideas why it happens? |
We encountered this while investigating on #355 According to this https://groups.google.com/forum/?fromgroups#!topic/south-users/UcFpgQyDACo, South over time developed some incompatibilities and subtle behaviour changes. South 0.7.3 runs fine, but it's not a long term options; Long term maybe rewriting migration history maybe the only solution, but it will cause many horror stories upon upgrade :) Maybe a more apparent notice in the documentation about this could help. |
Oops, I've used |
|
Ok, I close this issue because you already have an open issue about it: #355 Thanks a lot guys for your help ! The latest thing I must understand is how to make "content types" (it's like a model in the Drupal world) with Django-cms, because I will need to force the structure of the content. |
@GMLudo You're right: you can just create a standard django application and integrate it in the CMS. |
As for closing this issue, maybe leaving it open would be useful as it more correctly represent the state of the things. #355 is so old that's not really much useful to track the actual migration situation. |
@piquadrat Thanks for the link. You should close #355 and re-open this issue. |
Sorry: - @piquadrat Thanks for the link. + @yakky Thanks for the link. |
vitrual venv only loclal |
With a fresh install with cms.plugins.* enabled, I've these errors below.
The problem is that I can't add other cms.plugins.
To fix that, I've disabled south as suggested by: http://south.aeracode.org/ticket/332#comment:12
This quick-n-dirty solution should be suggested in the documentation to help the new comers, isn't it ?
The text was updated successfully, but these errors were encountered: