Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django "and" Pinax or just Pinax?

Tags:

django

pinax

I'm developing a personal project. The project is "finished", but now I want to add a social app. I think pinax is ready for this task. I would like to know something:

Can I use pinax in my project like a django app? Or do I need to rework my project using pinax?

Thanks guys.

like image 789
Asinox Avatar asked Nov 16 '25 00:11

Asinox


2 Answers

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.

like image 193
John Debs Avatar answered Nov 17 '25 18:11

John Debs


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.

like image 24
cethegeek Avatar answered Nov 17 '25 19:11

cethegeek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!