Django The web framework for perfectionists with deadlines. Django's bug tracker and wiki Django is an open source project, run by volunteers - people just like you! If you've read that document, and are looking for a way to contribute, why not try one of the following: Tickets : View active tickets, make bug reports and contribute feature requests.
DjangoDesign : Are you a designer rather than a coder? We still want your input. Download in other formats: Plain Text. It worked! By default, the runserver command starts the development server on the internal IP at port For instance, this command starts the server on port For example, to listen on all available public IPs which is useful if you are running Vagrant or want to show off your work on other computers on the network , use:. Full docs for the development server can be found in the runserver reference.
Automatic reloading of runserver. The development server automatically reloads Python code for each request as needed. Each application you write in Django consists of a Python package that follows a certain convention. Django comes with a utility that automatically generates the basic directory structure of an app, so you can focus on writing code rather than creating directories. An app is a Web application that does something — e.
A project is a collection of configuration and apps for a particular website. A project can contain multiple apps. Documentation Search: Search. Getting Help el es fr id it ja ko pl pt-br zh-hans Language: en 1.
This is the place to start! Looking for specific information? Try the Index , Module Index or the detailed table of contents. Not found anything? Report bugs with Django in our ticket tracker. Topic guides discuss key topics and concepts at a fairly high level and provide useful background information and explanation. See Configure a Python interpreter for details. Click More Settings , and specify the following:. From the Template language list, select the language to be used.
In the Templates folder field, specify the directory where the templates will be stored, and where they will be loaded from. You can specify the name of the directory that doesn't yet exist; in this case, the directory will be created. In the Application name field, type the name of the created Django application.
If necessary, select the checkbox Enable Django admin.
0コメント