Skip to content

Extending functionality - plugin method? #734

Answered by mgogoulos
joshabts asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, MediaCMS is using Django framework and not Django CMS (which is a great CMS, built in Django).

For totally new models maybe consider adding them as separate Django apps, so their migrations are isolated than the ones used by the project's main apps (files/users). But you are correct that any change introduced on the backend code (eg html templates, Django views) or on the frontend code, will then have to be checked carefully when merging with main branch, if you want to keep up with later updates. There is not an out-of-the-box way to do things for adding new functionality, I'd seen a number of installations that are heavily modified but I'm not sure whether they have been syncing wit…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@joshabts
Comment options

Answer selected by joshabts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants