Adrian Adewunmi

Results 19 issues of Adrian Adewunmi

Hi, Form isnt sending post data (creator: '', title: '', message: '', tags: '', selectedFile: '') to mongodb. From console log, I can see the post request being fulfilled but...

Hi, Tried to create super user `python manage.py createsuperuser` and got the following error: ``` ERRORS: : (admin.E029) The value of 'prepopulated_fields["slug"]' must be a list or tuple. : (admin.E029)...

Update README.md file with a description of the project, including project licence.

Hi, Great course by the way. However, Step 12 is missing. If you assign the task to me, I'm willing to contribute to this project by creating Step12.md. Adrian

I had the same problem using Eclipse STS. ![Screenshot 2022-11-15 at 11 11 16](https://user-images.githubusercontent.com/15172744/201952129-cad76324-3e97-4435-b1a9-82100e63ea6d.png) Mozilla Error: ![Screenshot 2022-11-15 at 11 11 01](https://user-images.githubusercontent.com/15172744/201952280-819bec51-e624-4c21-8149-0bffe7c34a74.png) **Simple fix:** It has to do with using...

Hi, I would like to suggest an udate to section: "**What makes something RESTful**?" Users of the guide are not intuitively aware that the import: "`import static org.springframework.hateoas.server.mvc.WebMvcLinkBuilder.*;`" will fix...

Hi, Added "Required import:` import static org.springframework.hateoas.server.mvc.WebMvcLinkBuilder.*;`" as a NOTE in the README.adoc file. It will help users of this guide fix the following error: **The method methodOn(Class) is undefined...

Hi, Added **OrderNotFoundException** description and link to READ.adoc file in tut-rest git repo. I used the same format as EmployeeNotFoundException. Hope it's useful ...

Hi @veryacademy, Just completed Section 6 ... Great tutorial 👍 Thought I'd ask whether there is a template for logout within the account app i.e. templates/account/logout.html or do we have...