emory-libraries/eulfedora

syncrepo command not found

Closed this issue · 4 comments

Hello,

I did a pip install eulfedora, eulcommon but django can't find syncrepo, when I do python manage.py help it shows only :

 cleanup
compilemessages
createcachetable
dbshell
diffsettings
dumpdata
flush
inspectdb
loaddata
makemessages
reset
runfcgi
shell
sql
sqlall
sqlclear
sqlcustom
sqlflush
sqlindexes
sqlinitialdata
sqlreset
sqlsequencereset
startapp
startproject
syncdb
test
testserver
validate

Can you help me to debug that problem please ?

Did you add eulfedora to your list of installed apps in the settings file?
On Nov 20, 2013 8:25 AM, "Alexandre Aazzouz" notifications@github.com
wrote:

Hello,

I did a pip install eulfedora, eulcommon but django can't find syncrepo,
when I do python manage.py help it shows only :

cleanup
compilemessages
createcachetable
dbshell
diffsettings
dumpdata
flush
inspectdb
loaddata
makemessages
reset
runfcgi
shell
sql
sqlall
sqlclear
sqlcustom
sqlflush
sqlindexes
sqlinitialdata
sqlreset
sqlsequencereset
startapp
startproject
syncdb
test
testserver
validate

Can you help me to debug that problem please ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

You are right thanks.

You are welcome. It has happened to me several times with different apps.
-Joseph
On Nov 20, 2013 8:49 AM, "Alexandre Aazzouz" notifications@github.com
wrote:

You are right thanks.


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-28890111
.

@jrhoads thanks so much for answering this question (before I even saw it!).

Should we add something to the documentation that would make this clearer or more obvious? I took a quick look and I'm not sure we even have a proper installation documentation section...