SanomaCZ / ella-hope

Brand new admin for Ella 3+
Other
3 stars 0 forks source link

update requirements.txt #8

Closed yedpodtrzitko closed 11 years ago

yedpodtrzitko commented 11 years ago

There are probably missing some apps in requirements.txt. I wanted to add them, but I don't know where do they live .(

yed@rublan ella-hope $ pip install -r requirements.txt

yed@rublan $ ./manage.py runserver Error: No module named ella_wikipages ... Error: No module named ella_galleries ... Error: No module named object_permissions```

Pheox commented 11 years ago

ella_wikipages (restricted access): gitolite@git.smdev.cz:ella-wikipages

yedpodtrzitko commented 11 years ago

Thanks .)

miso-belica commented 11 years ago

I think that ella-hope is only frontend and it isn't dependent on these applications. These applications are here: https://github.com/SanomaCZ/ella-hub/blob/75c517a3ab80ac29d6789978dffb3bae6e4ddcf4/requirements.txt#L4 https://github.com/SanomaCZ/ella-hub/blob/75c517a3ab80ac29d6789978dffb3bae6e4ddcf4/dev_requirements.txt#L4-5

galleries and wikipages are in dev_requirements.txt, because they are not required. ella-hub is intended to be pluggable.

yedpodtrzitko commented 11 years ago

Then I did something wrong or there's something broken somewhere in installation process (I presume it's setup.py install in ella-hub) , because I expected fully working stuff by running setup.py install... oh wait, there's no setup.py... I mean: pip install -r dev_requirements.txt.

miso-belica commented 11 years ago

Yes, these requirements are not in setup.py, but pip install -r dev_requirements.txt worked for me. I'll try it again and I will fix it if it be neccessary.

yedpodtrzitko commented 11 years ago

Thanks. For now I think it's fixed by commits listed above .)