How to install the django-dbindexer-test app

posted Jun 3, 2011 9:23 PM by Ricardo Escalon

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


  1. Clone the django-deb-indexer-testapp 
    hg clone https://eldestroyer@bitbucket.org/twanschik/django-dbindexer-testapp
  2. Open the settings file settings.py 
    Look for any modules that you don't have installed and install them
  3. 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
  4. 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.