About 804,000 results
Open links in new tab
  1. Writing your first Django app, part 1 | Django documentation

    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 …

  2. Run Python Script in Django - Python Guides

    Oct 20, 2022 · This Python tutorial will illustrate how to run Python script in Django and also discuss how to run Python Script in Django using execfile & shell

  3. How to Quickly Start a Django Project and a Django App

    Dec 2, 2021 · Learn the difference between Django projects and apps, and how to start a Django project, run a Django server, create a Django app, and more.

  4. How to Execute a Python Script from the Django Shell?

    Sep 2, 2024 · Running Python scripts directly from the Django shell is a powerful tool for developers who need to perform one-time operations, test specific code, or interact with …

  5. How to execute a Python script from the Django shell?

    The django shell is the good way to execute a python module with the django environment, but it is not always easy and tiresome to import modules and execute functions manually especially …

  6. Django Create App - W3Schools

    In this tutorial we will create an app that allows us to list and register members in a database. But first, let's just create a simple Django app that displays "Hello World!". I will name my app …

  7. Getting started with Django | Django - Django Project

    To design URLs for an application, you create a Python module called a URLconf. Like a table of contents for your app, it contains a simple mapping between URL patterns and your views. …

  8. Django Tutorial in Visual Studio Code

    Django is a high-level Python framework designed for rapid, secure, and scalable web development. Django includes rich support for URL routing, page templates, and working with …

  9. Quickstart: Deploy a Python (Django, Flask, or FastAPI) web app

    Apr 24, 2025 · In this quickstart, you deploy a Python web app (Django, Flask, or FastAPI) to Azure App Service. Azure App Service is a fully managed web hosting service that supports …

  10. Create and run your first Django project | PyCharm

    Oct 11, 2024 · In this tutorial, we will create a basic to-do application. Make sure that the following prerequisites are met: You are working with PyCharm version 2022.2 or later. If you still do not …

  11. Some results have been removed
Refresh