Please enable JavaScript.
Coggle requires JavaScript to display documents.
Nova app - Coggle Diagram
Nova app
settings.py
urls.py
1.2.2. import view
1.2.1 add app
views.py
1.2.3 add callable view w/ HttpResponse()
1.2.5. Modify to return renderized template
create template
2.1.1. test html tags
2.1.2. create functional html w/ tags
template.html
2.1.3. test if has form
2.1.4. import form module
create forms.py
3.2.1. make context as form instance
3.2.2. test if form has fields
3.2.3. modify form to have fields
3.2.4 modify template to recieve form fields
Django and template integrated
1.2 add app
create python package
1.1. create tests.py
1.1.1 test status_code
1.2.4 test use template