Difference between revisions of "Django"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:Django_(web_framework)]] ([[2005]]) [[web framework]]
+
[[wikipedia:Django_(web_framework)]] ([[2005]]) [[web framework]] ([https://trends.google.com/trends/explore?date=today%205-y&q=django,flask&hl=en trends]
{{Draft}}
 
  
 +
[[pip install django]]
 +
[[pip install black]]
 +
 +
 +
[[django-admin startproject django_project .]]
 +
[[python manage.py runserver]]
 +
 +
[[python manage.py migrate]]
 +
[[python manage.py startapp]] pages
  
 
* A serialization system that can produce and read [[XML]] and/or [[JSON]] representations of Django model instances
 
* A serialization system that can produce and read [[XML]] and/or [[JSON]] representations of Django model instances
Line 8: Line 16:
 
* https://en.wikipedia.org/wiki/Category:Python_web_frameworks
 
* https://en.wikipedia.org/wiki/Category:Python_web_frameworks
  
* <code>django-celery</code> provides Celery integration for [[Django]]
+
* <code>django-celery</code> provides [[Celery]] integration for [[Django]]
  
* <code>from django [[import]] form</code>
+
* <code>[[from]] django [[import]] form</code>
 +
* [[django.db.utils.OperationalError: FATAL:  password authentication failed for user "postgres"]]
 +
* <code>[[terraform-kubernetes-django]]</code>
 +
* [[Django SQL injection vulnerability]]
  
 
== See also ==
 
== See also ==
 +
* {{Django}}
 
* {{python}}
 
* {{python}}
 
* {{web framework}}
 
* {{web framework}}
Line 18: Line 30:
  
 
[[Category:Python]]
 
[[Category:Python]]
 +
[[Category:Web framework]]

Latest revision as of 10:54, 21 August 2024

Advertising: