Difference between revisions of "Django"

From wikieduonline
Jump to navigation Jump to search
 
(9 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 11: Line 19:
  
 
* <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 ==

Latest revision as of 10:54, 21 August 2024

Advertising: