google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Move PIP required apps into the project directories #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by arocki...@gmail.com on 2 Feb 2009 at 5:00

GoogleCodeExporter commented 9 years ago
Thanks for noting, this is a known issue and a result of ongoing development.

Original comment by leidel on 2 Feb 2009 at 5:08

GoogleCodeExporter commented 9 years ago
let's do both. for pinax core development, it's nice having a single file 
(which could reference other files, of 
course)

Original comment by jktau...@gmail.com on 3 Feb 2009 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:30

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:52

GoogleCodeExporter commented 9 years ago

Original comment by leidel on 16 Mar 2009 at 2:36

GoogleCodeExporter commented 9 years ago
Moved to http://code.pinaxproject.com/tasks/task/79/

Original comment by pyDanny on 1 Apr 2009 at 3:15