- Language: en
8 results for zip in version 3.2
-
django-admin and manage.py
- … zip , gz , bz2 , lzma , or xz format. For example: django - admin loaddata mydata . json would …
-
GeoDjango Tutorial
- … zip file . Create a data directory in the world application, download the world borders data …
-
Performing raw SQL queries
- … zip ( columns , row )) for row in cursor . fetchall () ] Another option is to use collections.namedtuple() from …
-
Model instance reference
- … zip ( field_names , values )) return instance def save ( self , * args , ** kwargs ): # Check how the current …
-
What to read next
- … zipped package (tarball) of the code includes a docs/ directory, which contains all the documentation …
-
GeoDjango Model API
- … ZIP code and of a Digital Elevation Model as our examples: from django.contrib.gis.db import models …
-
Models
- … zip_code = models . ForeignKey ( ZipCode , on_delete = models . SET_NULL , blank = True , null = True , ) Field …
-
Writing your first Django app, part 3
- … ZIP file on the fly, anything you want, using whatever Python libraries you want. All Django …