Daniel Roy Greenfeld

Daniel Roy Greenfeld

About | Articles | Books | Jobs | News | Tags

EuroPython Intro to Django Workshop

2013-7-01

We (myself and Audrey Roy) have been asked to fill in a tutorial session at EuroPython 2013 on the afternoon July 3rd! Therefore, it is my honor to announce our EuroPython Intro to Django Workshop! (see the bottom of this article for registration instructions)

Workshop Description

Bring your laptops and join the authors of Two Scoops of Django for a hands-on Django workshop. We'll build a real, working site from the ground up, using the upcoming Django 1.6 and covering Python 2.7/3.3. We'll cover as much as we can get through, including but not limited to:

  • Python and Django setup
  • Project creation
  • App creation
  • models
  • The Django admin UI
  • Views
  • Migrations with South
  • User image uploads
  • New user registration
  • Basic forms
  • Basic internationalization

Prerequisites

Attendees will need their own laptops. We'll cover installation, but if you can come with the following already installed you'll enjoy workshop more:

  • Really encouraged: Python 3.3 or Python 2.7
  • Really encouraged: virtualenv
  • Really encouraged: pip

If you are familiar with virtualenv, please have an instance created with the following already installed:

git+git://github.com/django/django.git@1.6b1
Pillow==2.0.0
South==0.8.1
django-bootstrap-registration==0.1.2
django-braces==1.0.0
django-crispy-forms==1.3.2
django-reg==1.0.1 

Registration Details


Tags: python django europe
← Back to home