UA-24399986-1
Facebook Twitter Gplus YouTube RSS
Home PYTHON DJANGO Django Server ın Çalıştırılması
formats

Django Server ın Çalıştırılması

Published on 26/12/2011 by in DJANGO, PYTHON

Adım adım sonuca doğru ilerlemeye devam edelim ve konsol üzerinden “mysite” isimli klasörümüze girelim. Konsol üzerinden şu komutu veriyoruz:

python manage.py runserver

Tataaaa. İşte sonuç…:

Validating models…
0 errors found.

Django version 1.0, using settings ‘mysite.settings’
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Validating models…
0 errors found.

Django version 1.0, using settings ‘mysite.settings’
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Web browserımızı açalım ve adres satırına < http://127.0.0.1:8000/ > yazalım.

Hatasız bir şekilde projemizin çalıştığını görüyoruz.

It worked!
Congratulations on your first Django-powered page.

Of course, you haven’t actually done any work yet. Here’s what to do next:

* If you plan to use a database, edit the DATABASES setting in mysite/settings.py.
* Start your first app by running python mysite/manage.py startapp [appname].

You’re seeing this message because you have DEBUG = True in your Django settings file and you haven’t configured any URLs. Get to work!

It worked!
Congratulations on your first Django-powered page.

Of course, you haven’t actually done any work yet. Here’s what to do next:

It worked!
Congratulations on your first Django-powered page.

Of course, you haven’t actually done any work yet. Here’s what to do next:

* If you plan to use a database, edit the DATABASES setting in mysite/settings.py.
* Start your first app by running python mysite/manage.py startapp [appname].

You’re seeing this message because you have DEBUG = True in your Django settings file and you haven’t configured any URLs. Get to work!

Devam Edecek :)

VN:F [1.9.17_1161]
Rating: 5.5/10 (2 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)
Django Server ın Çalıştırılması, 5.5 out of 10 based on 2 ratings
PDF Printer    Send article as PDF   
 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up

© [Creative Commons BY-SA-NC 3.0]
credit