Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
1884868a
Kaydet (Commit)
1884868a
authored
Ock 08, 2013
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added sphinx substitutions in place of hardcoded version numbers.
Refs #19571
üst
99315f70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
install.txt
docs/intro/install.txt
+4
-5
tutorial01.txt
docs/intro/tutorial01.txt
+5
-3
No files found.
docs/intro/install.txt
Dosyayı görüntüle @
1884868a
...
@@ -78,11 +78,13 @@ Verifying
...
@@ -78,11 +78,13 @@ Verifying
---------
---------
To verify that Django can be seen by Python, type ``python`` from your shell.
To verify that Django can be seen by Python, type ``python`` from your shell.
Then at the Python prompt, try to import Django::
Then at the Python prompt, try to import Django:
.. parsed-literal::
>>> import django
>>> import django
>>> print(django.get_version())
>>> print(django.get_version())
1.5
|version|
You may have another version of Django installed.
You may have another version of Django installed.
...
@@ -90,6 +92,3 @@ That's it!
...
@@ -90,6 +92,3 @@ That's it!
----------
----------
That's it -- you can now :doc:`move onto the tutorial </intro/tutorial01>`.
That's it -- you can now :doc:`move onto the tutorial </intro/tutorial01>`.
docs/intro/tutorial01.txt
Dosyayı görüntüle @
1884868a
...
@@ -127,13 +127,15 @@ The development server
...
@@ -127,13 +127,15 @@ The development server
Let's verify this worked. Change into the outer :file:`mysite` directory, if
Let's verify this worked. Change into the outer :file:`mysite` directory, if
you haven't already, and run the command ``python manage.py runserver``. You'll
you haven't already, and run the command ``python manage.py runserver``. You'll
see the following output on the command line::
see the following output on the command line:
.. parsed-literal::
Validating models...
Validating models...
0 errors found
0 errors found
January 06, 2013
- 15:50:53
|today|
- 15:50:53
Django version
1.5
, using settings 'mysite.settings'
Django version
|version|
, using settings 'mysite.settings'
Development server is running at http://127.0.0.1:8000/
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Quit the server with CONTROL-C.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment