Difference between revisions of "Django"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
  [[pip install django]]
 
  [[pip install django]]
 
  [[pip install black]]
 
  [[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 12: 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"]]
[[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: