Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8502b28

Browse files
Minor tweaks
1 parent bf9f35c commit 8502b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎units/django/5/form-processing.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Form Processing
22
========================
33
[Home](https://github.com/kabirbaidhya/learn-python-django-web) | [← Prev](https://github.com/kabirbaidhya/learn-python-django-web/blob/master/units/django/4/database-orm-and-models.md) | [Next →]()
44

5-
In the previous tutorial we've used integrated our app with the database and introduced the concept of Django Models. Also,
5+
In the [previous tutorial]((https://github.com/kabirbaidhya/learn-python-django-web/blob/master/units/django/4/database-orm-and-models.md)) we've integrated our app with [the database](https://github.com/kabirbaidhya/learn-python-django-web/blob/master/units/database/1/database-and-sql.md) and introduced the concept of [Django Models](https://docs.djangoproject.com/en/1.11/topics/db/models/). Also,
66
we used the `Todo` model to fetch all the todo items from the database and display it on the UI dynamically. In this tutorial we'll go one step further, by adding a feature to allow creating a new todo item from the form and also allow editing an existing todo item.
77

88
## Create/Update data

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /