Skip to content

Commit

Permalink
Trim
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 5, 2015
1 parent 898fdb8 commit 136519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Each table is defined using a Python `class <http://www.learnpython.org/en/Class
Next, like any good database table, it needs some fields.

If you open `the source CSV <https://github.com/ireapps/first-django-admin/blob/master/academy_invites_2014.csv>`_, you will see that is has only two fields: name and branch. Both are filled with characters (as opposed to other data types like integers or dates).
If you open `the source CSV <https://github.com/ireapps/first-django-admin/blob/master/academy_invites_2014.csv>`_, you will see that is has only two: name and branch. Both are filled with characters (as opposed to other data types like integers or dates).

Django also has some `fancy tricks <https://docs.djangoproject.com/en/1.7/ref/models/fields/>`_ for defining fields. Use them to define the fields from our source data.

Expand Down

0 comments on commit 136519d

Please sign in to comment.