App Introduction
Lets discuss what this app will actually do.
Write Urls
Write Urls that will map request with view function.
Write Views
Write Views that will handel requests.
Write Models
Write Models that will intract with the database.
Write Django Forms
For submitting data from user to DB, Django offers BuiltIn Forms, lets apply them.
Integrate Forms in view
Lets install required packages for this app.
Install Required Packages
Lets install required packages for this app.
Write HTML Templates
Lets write HTML templates for authentication, posts and forms.