hiisi13 / cookiecutter-django-mysql

A cookiecutter template for creating Django projects using MySQL as database.
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

error generating the project, not attribute "full_name" ! #1

Open osamana opened 7 years ago

osamana commented 7 years ago

(env) vagrant@najah-videos:~/www/project$ cookiecutter https://github.com/hiisi13/cookiecutter-django-mysql.git project_name [project_name]: najah-videos repo_name [repo_name]: najah-videos author_name [Your Name]: Osama N. Abuomar email [Your email]: osama@najah.edu description [A short description of the project.]: An-Najah Videos Website year [2014]: 2017 domain_name [example.com]: videos.najah.edu version [0.1.0]: Unable to create file 'setup.py' Error message: 'dict object' has no attribute 'full_name' Context: { "cookiecutter": { "author_name": "Osama N. Abuomar", "description": "An-Najah Videos Website", "domain_name": "videos.najah.edu", "email": "osama@najah.edu", "project_name": "najah-videos", "repo_name": "najah-videos", "version": "0.1.0", "year": "2017" } }

ehsaanQCTechnologies commented 7 years ago

Also facing same error

ehsaan@qc:~/personal$ cookiecutter https://github.com/hiisi13/cookiecutter-django-mysql.git project_name [project_name]: Office Lunch System repo_name [repo_name]: office_lunch_system author_name [Your Name]: Ehsaan Israr email [Your email]: ehsaan.qc@gmail.com description [A short description of the project.]: Order the lunch online to office boy.
year [2014]: 2017 domain_name [example.com]: version [0.1.0]: Unable to create file 'setup.py' Error message: 'dict object' has no attribute 'full_name' Context: { "cookiecutter": { "author_name": "Ehsaan Israr", "description": "Order the lunch online to office boy.", "domain_name": "example.com", "email": "ehsaan.qc@gmail.com", "project_name": "Office Lunch System", "repo_name": "office_lunch_system", "version": "0.1.0", "year": "2017" } }

ehsaanQCTechnologies commented 7 years ago

Any solution ?

msampathkumar commented 3 years ago

Same issue here ! If I add full_name in cookiecutter-django-mysql/cookiecutter.json file, will it work ?

artem090587 commented 3 years ago

Same issue add to json have no effect, but i have another issue when edit json file: image