django-plugins icon indicating copy to clipboard operation
django-plugins copied to clipboard

Can some one explain how this works? Need it for askbot

Open Zerokami opened this issue 7 years ago • 1 comments

I would like to integrate this with askbot.

So, that I wouldn't have to do modify code much every time askbot is updated.

The problem is the docs are kinda hard for me and I don't get what the part of the docs code that implements the main app is and the parts that the docs code that implements the plugin is.

For example I'd like to implement a Plugin for the profile system which would make it extensible and be able to add some data I want for profiles.

Zerokami avatar Jul 01 '18 11:07 Zerokami

I'll +1 this, the docs are effectively useless. They don't even mention basic routine stuff like adding django-plugins to INSTALLED_APPS, nor where code snipepts actually go. It's just a lot of evangelicalism and context-less code snippets.

The example project is slightly better, but again there's no context for why or what is happening, or even what the plugin does.

Rahuum avatar Nov 18 '20 02:11 Rahuum