Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 1452 related content
How to Migrate Models Between Django Apps in Django 1.7?

Course Introduction:Practical Guide to Migrating Models Between Django Apps in Django 1.7BackgroundAs a Django developer progresses, refactoring project structure...

2024-11-04 comment 0  726

How to Seamlessly Migrate Models Between Django Apps with Django 1.7?

Course Introduction:Migrating Models Between Django Apps with Django 1.7With Django 1.7, managing model structure has become more efficient. Suppose you have models...

2024-11-04 comment 0  1180

How do I Migrate Django Models Between Apps with Django 1.7?

Course Introduction:Migrating Django Models Between Apps with Django 1.7In Django projects, it's common to find that models initially placed in a single app should be...

2024-11-05 comment 0  967

How to Quickly Start a Django Project and a Django App

Course Introduction:This tutorial clarifies the distinction between a Django project and a Django app, guiding you through the process of creating a new Django project. Django, a robust Python web framework, empowers developers to build diverse applications, from simpl

2025-02-10 comment 0  518

Authentication and Authorization in Django: Django session

Course Introduction:Introduction to Django Sessions In modern web applications, maintaining user state across multiple requests is essential for creating personalized experiences. Django simplifies this with its built-in session framework, enabling developers to m

2024-12-09 comment 0  1197

MoreTechnical Articles
Django tutorial

Course Elementary  18666

Course Introduction:"Django Tutorial" There are many different web frameworks under Python. Django is the most representative of the heavyweight players. Many successful websites and apps are based on Django. Django is an open source web application framework written in Python. Django abides by BSD copyright, was first released in July 2005, and released the first official version 1.0 in September 2008. Django adopts the MVC software design pattern, namely model M, view V and controller C, which can be used to quickly build high-performance, elegant websites!

Django reference manual

Course Elementary  2213

Course Introduction:Django reference manual

python tutorial Django video tutorial

Course Advanced  19310

Course Introduction:"Python Tutorial: Django Video Tutorial" introduces the development process and development environment of related projects, the use of loggers, introduction to databases, file uploads and other functions.

Django DRF source code analysis

Course Advanced  2227

Course Introduction:Django DRF source code analysis includes: 1 Front-end and back-end separation mode 2 restful interface specification 3 Simple applications of CBV 4 Object-oriented and reflection supplement 5 CBV source code analysis 6 CBV source code analysis 2 7 APIView source code analysis 8 Serialization and deserialization of DRF 9 Supplementary information on the use of serializers 10 Serializer save operation 11 Interface implementation based on APIView 12 save method completes updating data 13 ModelSerializer 14GenericAPIView 15GenericAPIView(2) 16 min mixed class 17 Re-encapsulation of Minin mixed classes 18ViewSet 19 ModelViewSet 20 routing components

Wheat Academy Django personal blog system video tutorial

Course Intermediate  21262

Course Introduction:There are many different web frameworks under Python. Django is the most representative of the heavyweight players. Many successful websites and apps are based on Django. Django is an open source web application framework written in Python. "Wheat Academy Django Personal Blog System Video Tutorial" takes you through creating a personal blog system.

More courses
  • python - django 'No module named 'mdx_markwdown'

    How can this error occur when writing in maarkdown in django? python3.6 django==1.10.0

    2017-06-12 09:23:15 0  1  1020

  • Resolving django.db.utils.NotSupportedError error in Django

    I'm getting an error when running a project in Django. The problem is unfortunately I upgraded my pip, MySQL client and Django version and this is the error when running pythonmanage.pyrunserver incheck_database_version_supportedraiseNotSupportedError(django.db.utils.NotSupportedError:MariaDB10.3orlaterisrequ

    2023-11-14 11:59:20 0  1  2196

  • python - Django model foreignKey Reference

    I expect to achieve the following effect when using django to create a database. Table 1 {code...} Table 2 {code...} The foreign key of Table 2 is associated with the Id_P of table 1, not LastName. But in django {code...} .} If written like this, django will automatically associate it with the primary key of the Persons table, instead of the Id_P I expected...

    2017-05-18 10:46:04 0  1  717

  • angular.js - Problems with combining angularjs and django

    I wrote the frontend using angualrjs, and then wrote the backend using django. How can I combine the two? There are main pages and templates in angularjs, and they are also available in django. Enter a URL. What does Django return when getting the URL? Are all templates and pages, js, and css returned?

    2017-05-15 16:52:41 0  3  778

  • wsgi - how to call between apache and django

    I read some introductions to wsgi on the Internet, but they basically talked about what wsgi is, but did not say how wsgi works specifically. Simply put, I want to know how apache passes the request to the django code when it receives a request from the client on a web server built with django+apache. django...

    2017-05-16 17:03:03 0  2  693

MoreQ&A

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved