Commit abbba57 1 parent 7bc4da4 commit abbba57 Copy full SHA for abbba57
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # quizapp
2
+ just about webapps
3
+ <b >Simple quizapp</b >
4
+ <ul >
5
+ <li >This was one of my first Django Projects</li >
6
+ <li >created a basic django quiz app where a user can enter his name and play the friends quiz</li >
7
+ <li >very basic minimal frontend because I concentrated more on backend</li >
8
+ <li >we can play the friends quiz and we will get some points which will be put back into a table</li >
9
+ <li >The project displays the table of top scorers along with name and the points squared</li >
10
+ </ul >
11
+ <b >What i learnt from the project </b >
12
+ <ul >
13
+ <li >creation of models in Django</li >
14
+ <li >creation of forms in Django</li >
15
+ <li >Django uses MTV (Model-Template-View) architecture</li >
16
+ <li >we create the models which save data and then we create views and urlmappings </li >
17
+ <li >the templates are created and we go to the templates which are rendered in the views</li >
18
+ <li >the views are used to create urls and we use the urls to move through the app</li >
19
+ </ul >
You can’t perform that action at this time.
0 commit comments