Learn to make a to-do list app with Django!
And go to 1:39 to skip the recap of the last two videos.

Also, here are the links I mentioned in the video:
– Playlist of this entire series: https://csdojo.io/start
– Our Slack group and source code: https://www.csdojo.io/edit
– The beginner Django book I recommend: https://csdojo.io/dj
– The free chapters of this book: https://djangoforbeginners.com/

And btw, you can find me on Instagram @ykdojo! (https://www.instagram.com/ykdojo/)

source

27 Comments

  1. Please be more clear what directory you are working in when you initialize your project. I followed exactly and it seems you are not mentioning several steps. I get "not found"s until I "cd" into a just created folder, yet then my project structure doesn't resemble yours.

  2. IF YOU ARE HAVING ANY TROUBLE, MAKE SURE THE CAPITALIZATION OF YOUR CODE IS CORRECT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  3. Page not found (404)
    Request Method: POST
    Request URL: http://127.0.0.1:8000/todo/addTodo/
    Using the URLconf defined in todoapp.urls, Django tried these URL patterns, in this order:

    admin/
    todo/
    addTodo/
    The current path, todo/addTodo/, didn't match any of these.

    You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.

Leave A Reply

Please enter your comment!
Please enter your name here