BanzaiTokyo's profile - activity
9 years ago | received badge | Nice Question (source) |
9 years ago | received badge | Nice Answer ( source ) |
9 years ago | received badge | Teacher ( source ) |
9 years ago | received badge | Self-Learner ( source ) |
9 years ago | received badge | Notable Question (source) |
9 years ago | received badge | Notable Question (source) |
9 years ago | answered a question | How can I get a schema of database models for AskBot? I cannot attach images because I don't have enough points. But here's the link to the schema in SVG format that I generated with PyCharm. https://drive.google.com/file/d/0B3jA... But because it is auto-generated it gives too much information. I think it would be so much more helpful for new askbot developers to have a manually created schema that concentrates on the most important objects and their relationships (threads, posts, revisions, users, etc) |
9 years ago | received badge | Popular Question (source) |
9 years ago | received badge | Famous Question (source) |
9 years ago | received badge | Famous Question (source) |
9 years ago | received badge | Popular Question (source) |
9 years ago | asked a question | Is there a way to integrate subscription to a MailChimp on registration? That would be great to provide new users with an easy way to subscribe to a mailinglist. MailChimp is the first solution that comes to mind, but maybe there is something else already in place for that matter in AskBot? |
9 years ago | received badge | Editor (source) |
9 years ago | asked a question | How can I get a schema of database models for AskBot? I am trying to understand the relationship of all the tables of AskBot and so far I am not getting very far. I don't see for example how exactly a Thread relates to a Post (just to name one relationship). Is there an existing database schema that explains these relationships? Or a tool that would allow me an easy to understand schema? Thank you for any help! |
9 years ago | received badge | Student (source) |
9 years ago | received badge | Popular Question (source) |
9 years ago | received badge | Famous Question (source) |
9 years ago | received badge | Notable Question (source) |
9 years ago | asked a question | Is the dependency list up to date? I wonder if this ducument is up to date askbot.org/doc/dependencies.html What got me thinking that it lists django-1.1.2 among the dependancies and github page says "Branch 0.7.x - is the latest version supporting Django 1.5" and more recent versions seem to support only higher versions of Django. |