Assignment: projectname: resumebuilder
django-admin startproject resumebuilder
appname: resume
python manage.py startapp resume
User should be able to give the input of all the data which is resuired for their resume and save.
Post savithe the forms, a template with all information in the rusume format should be displayed
User should be have an option to download the resume in the pdf format.