Browse Source

Changed tabs to spaces in doc

Rafał Pitoń 11 years ago
parent
commit
677046bf24
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/developers/settings.rst

+ 2 - 2
docs/developers/settings.rst

@@ -72,10 +72,10 @@ In addition to this, make sure that your migration ``depends_on`` attribute defi
 
 
     class Migration(DataMigration):
     class Migration(DataMigration):
 
 
-    	# Migration code...
+        # Migration code...
 
 
         models = with_conf_models('0001_initial', {
         models = with_conf_models('0001_initial', {
-        	# This migration models
+            # This migration models
         })
         })
 
 
         depends_on = (
         depends_on = (