Tagged in

Web Development

Employbl
Employbl
Find a tech or startup job in the Bay Area.
More information
Followers
912
Elsewhere
More, on Medium

Make a deck of cards with Django

For the impatient, source code is here

Start the project

$ django-admin startproject django_cards
$ cd django_cards