* Visit http://code.google.com/p/django-eve/wiki/Installation
* Follow the instructions to download and set up the full django-eve.
All of the django-eve-* sub-projects are included as SVN externals
under the django-eve/apps/ directory. This means that doing an 'svn
update' from the root of django-eve will update django-eve, django-eve-
db, django-eve-api, and django-eve-proxy in one fell swipe.
For those with existing projects, you are encouraged to propedit
svn:externals in your apps directory to get the same affect. Note that
currently django-eve-proxy is the only app that can be ran by itself.
To use django-eve-db or django-eve-api, you *MUST* have all three apps
installed. django-eve merely takes care of all of this for you.
One day we'll have packaged releases, but right now things are
changing so rapidly that it just doesn't warrant the time to do so
frequent releases. The only exception is django-eve-proxy, which is
already pretty mature and available on PyPi.
If you have any questions about any of this, don't hesitate to speak
up.