First things first, do you know how to use HG? If you're answer is no you may want to read another article (yet to be written on it) first. You want to be able to update and clone folders as a lot of this open source stuff requires that you keep on updating it.
Follow the steps below
- Clone the django-deb-indexer-testapp
hg clone https://eldestroyer@bitbucket.org/twanschik/django-dbindexer-testapp
- Open the settings file settings.py
Look for any modules that you don't have installed and install them
- Make sure you have the latest Google Appe Engine SDK for python
If you are working with the latest, it has to work with the latest SDK
- Run the command "python manage.py runserver"
If it is running, you win!
Okay, I know these are expert instructions, but I'm trying to learn django-nonrel and can't be writing the detailed instructions. |