Skip to content

Commit d6b52cf

Browse files
peterfarrelldennisv
authored andcommitted
Fixed spaces (#96)
1 parent fe2e317 commit d6b52cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ local\_settings.py:
3434

3535
.. code:: python
3636
37-
DEFAULT_FILE_STORAGE='swift.storage.SwiftStorage'
37+
DEFAULT_FILE_STORAGE = 'swift.storage.SwiftStorage'
3838
3939
To store your static files on swift, add the following line:
4040

4141
.. code:: python
4242
43-
STATICFILES_STORAGE ='swift.storage.StaticSwiftStorage'
43+
STATICFILES_STORAGE = 'swift.storage.StaticSwiftStorage'
4444
4545
This will use another container.
4646

0 commit comments

Comments
 (0)