Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 171 by arockinit: Move PIP required apps into the project
directories
http://code.google.com/p/django-hotclub/issues/detail?id=171
This is the command to install apps for Pinax.
{{{
pip install -r pinax/requirements/external_apps.txt
}}}
Some of these apps may not be required for each project. I recommend that
the file be moved to each project directory for granular control.
{{{
pip install -r
pinax/projects/complete_project/requirements/external_apps.txt
}}}
Otherwise, many people will have to fork yet another non-project file.
It's not the biggest issue but for people without commit access to Pinax,
any difference outside the project directories becomes a maintenance burden.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---