GitXplorerGitXplorer
a

django-oficial-tutorial

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f07c324cb176b7ed3d87313625a370c0bf5070f7

Update README.md

aalephmelo committed 9 years ago
Unverified
ac2b6c15f6f35d74b119141ef9b736f36b41cfd6

Finish the fourth part.

aalephmelo committed 9 years ago
Unverified
ccf52326de30fa25e73a7fb739e76b970df52f78

Adding some stuff

aalephmelo committed 9 years ago
Unverified
41f683ab190ba9a702551e77a18a9ebf3c413cb5

Finish the third part.

aalephmelo committed 9 years ago
Unverified
0b6de20f53be4e4367f2722feb858ecf5ee94d77

Some changes in the views.

aalephmelo committed 9 years ago
Unverified
8675a7a8a535244dcfd1c78f66f347810141f29e

Finished the 2nd part

aalephmelo committed 9 years ago

README

The README file for this repository.

Django Oficial Tutorial

Throughout this tutorial, we’ll walk you through the creation of a basic poll application.

It’ll consist of two parts:

  • A public site that lets people view polls and vote in them.
  • An admin site that lets you add, change and delete polls.

This tutorial is written for Django 1.8 and Python 3.2 or later. If the Django version doesn’t match, you can update Django to the newest version. If you are still using Python 2.7, you will need to adjust the code samples slightly, as described in comments.

Link: https://docs.djangoproject.com/en/1.8/intro/tutorial01/