thinkster-django-angular-tutorial icon indicating copy to clipboard operation
thinkster-django-angular-tutorial copied to clipboard

Markdown files for the Thinkster.io Django and AngularJS Tutorial

Results 22 thinkster-django-angular-tutorial issues
Sort by recently updated
recently updated
newest added

Hello I followed your tutorial to learn the django with angularjs. However, I found that `python manage.py createsupseruser` would not ask for `username` when `email` is indicated as `username` and...

I am unsure because I do not fully understand scope in javascript, but the function registerSuccessFn does not seem to work for me. The initial function: ``` function registerSuccessFn(data, status,...

I think I corrected all the typos that I found while working through this tutorial, but please review carefully because I am new to Angular and could have mis-corrected one...

POST http://127.0.0.1:8000/api/v1/accounts/ 405 (Method Not Allowed)

When I would refresh sometimes the posts wouldn't appear. The listener function(render) which watches the window width doesn't work with the listener expression. The parameters being passed are window width...

Added imports necessary for this code snippet to run

Hello, thank you for this tutorial. I would, at a future time, translate it into Portuguese, but without an explicit use license, do not dare to do anything with this...

perform_create creates a Post object by invoking save on the serializer and passing the author as an argument. Why would we need to call the parent perform_create (which calls `update`...

I finished the entire tutorial, but at the end of the last video you show that you can change the tagline(which works) but if you try to change the username...