فهرست منبع

Django tutorial fixes weird layout

Ask Solem 11 سال پیش
والد
کامیت
f1ae4d6ea6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/django/first-steps-with-django.rst

+ 1 - 1
docs/django/first-steps-with-django.rst

@@ -10,7 +10,7 @@ Using Celery with Django
 To use Celery with your Django project you must first define
 an instance of the Celery library.
 
-If you have a modern Django project layout like
+If you have a modern Django project layout like::
 
     - proj/
       - proj/__init__.py