tags:

views:

401

answers:

2

Hi guys, im developing a personal proyect, well my project is "finished", but now i want to add a social app, i think pinax is ready for this task... but now i would like to know something....

i can use pinax into my project like a django app? or i need to work again my project but using pinax?

Sorry with my English

Thanks guys.

+2  A: 

From the Pinax website:

By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different.

So Pinax is composed of reusable django apps. Use the ones you need.

Documentation is here.

celopes
+7  A: 

There are two ways to approach what you're trying to do. As celopes said, since Pinax is made up of a bunch of reusable Django apps you can just pick and choose the ones you want and add those to your project.

The other approach would be to start from one of the Pinax template projects and integrate your code and customizations.

Either way, you don't need to rewrite your code, although it will probably take some work to integrate the pieces nicely.

John Debs
+1, what John said. :-)
celopes
Thanks guy's, i love the Django way with the plug app... thanks again :)
Asinox