Просмотр исходного кода

Fixed typo ghettoq.toproot -> ghettoq.taproot (thanks kmike)

Ask Solem 15 лет назад
Родитель
Сommit
28e52eeefc
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/tutorials/otherqueues.rst

+ 2 - 2
docs/tutorials/otherqueues.rst

@@ -36,7 +36,7 @@ Configuration
 Configuration is easy, set the carrot backend, and configure the location of
 Configuration is easy, set the carrot backend, and configure the location of
 your Redis database::
 your Redis database::
 
 
-    CARROT_BACKEND = "ghettoq.toproot.Redis"
+    CARROT_BACKEND = "ghettoq.taproot.Redis"
 
 
     BROKER_HOST = "localhost"  # Maps to redis host.
     BROKER_HOST = "localhost"  # Maps to redis host.
     BROKER_PORT = 6379         # Maps to redis port.
     BROKER_PORT = 6379         # Maps to redis port.
@@ -53,7 +53,7 @@ configuration values.
 
 
 * Set your carrot backend::
 * Set your carrot backend::
 
 
-    CARROT_BACKEND = "ghettoq.toproot.Database"
+    CARROT_BACKEND = "ghettoq.taproot.Database"
 
 
 
 
 * Add ``ghettoq`` to ``INSTALLED_APPS``::
 * Add ``ghettoq`` to ``INSTALLED_APPS``::