I decided to go with what I call the App-Hook route. Which basically means I don't fell like reinventing the wheel. Django provides much of what you'll need to create a plugin.
Anything is working as a plugin?
I'm building a log-in with facebook, github, linkedin, twitter, etc plugin.
What kind of new possibilites Django 1.7 is going to give to Spirit?
Database migrations! which means: anything will be possible
What is the current state of the Plugin System? Anything is working as a plugin?
What kind of new possibilites Django 1.7 is going to give to Spirit?
I decided to go with what I call the App-Hook route. Which basically means I don't fell like reinventing the wheel. Django provides much of what you'll need to create a plugin.
I'm building a log-in with facebook, github, linkedin, twitter, etc plugin.
Database migrations! which means: anything will be possible
Which version of PostgreSQL can be used?
According to django docs