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
7d20a7d8
Kaydet (Commit)
7d20a7d8
authored
Şub 22, 2017
tarafından
Timothy Allen
Kaydeden (comit)
Tim Graham
Şub 22, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Used "0" ip shortcut for runserver example.
üst
0a0c2458
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
tutorial01.txt
docs/intro/tutorial01.txt
+7
-6
No files found.
docs/intro/tutorial01.txt
Dosyayı görüntüle @
7d20a7d8
...
@@ -173,16 +173,17 @@ It worked!
...
@@ -173,16 +173,17 @@ It worked!
$ python manage.py runserver 8080
$ python manage.py runserver 8080
If you want to change the server's IP, pass it along with the port. So to
If you want to change the server's IP, pass it along with the port. For
listen on all public IPs (useful if you want to show off your work on other
example, to listen on all available public IPs (which is useful if you are
computers on your network), use:
running Vagrant or want to show off your work on other computers on the
network), use:
.. code-block:: console
.. code-block:: console
$ python manage.py runserver 0
.0.0.0
:8000
$ python manage.py runserver 0:8000
Full docs for the development server can be found in the
**0** is a shortcut for **0.0.0.0**. Full docs for the development server
:djadmin:`runserver` reference.
can be found in the
:djadmin:`runserver` reference.
.. admonition:: Automatic reloading of :djadmin:`runserver`
.. admonition:: Automatic reloading of :djadmin:`runserver`
...
...
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