for creating paramters for pizza
(size , type ,toppings)
for getting the list of parameter created
for getting size of pizza(small/medium/large)
for getting type of pizza(regular/square)
for getting toppings already created
for creating pizza of your wish and(size,type,toppings)
for editing pizza already created
1. Create virtual for installing requirements.txt.
2. Install all the requirements by command "pip install -r requirements.txt".
3. Modify setting according to db you're using.
4. For required json read the functions in views.py