Created
August 26, 2014 12:03
-
-
Save gingerjoos/69e8520a72c7df243c15 to your computer and use it in GitHub Desktop.
An example of the Django queryset - 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
big_cities_count = big_cities.count() | |
big_canadian_cities_count = big_canadian_cities.count() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment