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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: